Forum Replies Created

Viewing 15 posts - 91 through 105 (of 320 total)

  • RE: why here 80 folder?

    guptaajay1985 (12/2/2008)


    Dear All

    I have a opened a system in it SS2K5 is installed but when I see its base folders placed at "E:\Program Files\Microsoft SQL Server" then I have get...

  • RE: Spell Checker in Database..

    Paresh Prajapati (11/28/2008)


    Can you give me information, how can i intregrate MS-office dictonary with database?

    check out this

    using System;

    using System.IO;

    using System.Net;

    // uncomment using System.Diagnostics; for debuging

    // using System.Diagnostics;

    using System.Text.RegularExpressions;

    using System.Collections;

    using...

  • RE: how to install sql 2000 on vista

    s_vijay_ss (11/28/2008)


    Hai friends

    this is vijay,i have doubt ,is it possible install sql 2000 on vista?please tell me procedure how to install

    you can...

  • RE: Deleted 11GB database

    viji (11/27/2008)


    Hi kshitij kumar,

    It is a server and it doesn't have extra space to load in any other drived.

    and Ajay, it iz a server in australia so we cannot reinstall...

  • RE: Spell Checker in Database..

    Paresh Prajapati (11/27/2008)


    Hi guys,

    I have to implement spell checker from database side..

    suppose i have entered wrong word from application which is text field..

    like "cay"..so it will found very nearly correct...

  • RE: Deleted 11GB database

    viji (11/27/2008)


    Hi,

    we've deleted 11GB database. we have the back to restore it.

    but even after 12 hours of deleting. The space in the hard disk is not cleared. To...

  • RE: Determining the Nearest Record to a Given Location

    drjdewhurst (11/27/2008)


    Good Morning all.

    My problem is that I have a table containing over a hundred thousand records. The table has the following columns: ID, X, Y, Latitude, Longitude.

    What I need...

  • RE: User defined function working differently on tables within same database

    Jinx (11/27/2008)


    Hi,

    I have two tables within the same database, both have several datetime columns in the format i.e. 27/11/2008 11:44:28.

    A user defined function to get working minutes between two...

  • RE: Deadlocks while updating rows in table

    TNV (11/26/2008)


    Hi Kumar,

    Basically I am new to this SQL Server stuff...

    I am using MSSQL Server 2005 Express. I turned on trace by using DBCC TRACEON (1024). But in the errorlog,...

  • RE: New SQL Server Programmer from Russia!

    oksanamarch (11/15/2008)


    Hi everyone! My name is Oksana, I am from Russia! I was before crystal reports developer but now another girl who was SQL Server DBA left the firm I...

  • RE: How to clean up the cache and check what and all SQL statements in the cache.

    prashant_j42000 (11/26/2008)


    To freeup the cache information

    DBCC FREEPROCCACHE

    SELECT [cp].[refcounts]

    , [cp].[usecounts]

    , [cp].[objtype]

    , [st].[dbid]

    , [st].[objectid]

    , [st].[text]

    , [qp].[query_plan]

    FROM sys.dm_exec_cached_plans cp

    CROSS APPLY sys.dm_exec_sql_text ( cp.plan_handle ) st...

  • RE: Deadlocks while updating rows in table

    thenewsview (11/26/2008)


    Hi,

    I have an application which is running from two terminals. If, the applications from two terminals updates the table in database simultaneously, one of the application is getting a...

  • RE: Data Manipulation

    Arif Hafeez-Imam (11/26/2008)


    Hi,

    Does anyone know how I can pull just the numeric value from a varchar field which contains both numeric and characters?

    eg.

    if the data stored was:

    "40 Words"

    or if the...

  • RE: how to fetch table data in stored procedure

    lav (11/26/2008)


    i m creating stored procedure i want to fetch data in this stored procedure .i was using cursor but its performance not good so ant alternative solution of this...

  • RE: How to use same connection for number of packages

    m.bansal (11/26/2008)


    Hi all,

    I have 100 package in my project. I need to deploy this project to some other server. At that time i am using sepearate connection for each project...

Viewing 15 posts - 91 through 105 (of 320 total)