Forum Replies Created

Viewing 15 posts - 1 through 15 (of 51 total)

  • RE: SQl services problem...

    BTW, are you on a clustered environment?

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: What is object zero in a database

    I was also encountered with the same error. However, in my case, DBCC CHECKDB reported allocation errors. However, this might have been the result of broken linkage chain between objects.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Openquery works but 4 part name table don''''t

    Hi Nelson,

    The default behavior of the SQL Server is to parse the query locally. If you want the dynamic queries to be made and there parsing at the remote server,...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Index Searches rate too high

    manually update the statistics first.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Automate Update/Create statistics or not?

    Hi,

    Regarding your queries:

    1) The "Auto Create Statistics" and "Auto Update Statastics" for the databases is a common setting that you will find most of the cases as ON. You are...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Converting Database into XML File

    I can not give you the technical support but XML format makes the data compatible in hetrogeneous environemt. This makes the secured flow of data over the web, much faster...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: SQL Server Agent

    Its in registry. You can verify this information from regedit:

    HKEY_LOCAL_COMPUTER\software\Microsoft\Microsoft SQL Server\<your instance>

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: DBCC CHECKDB & Single User Mode

    Your database will remain in single-user modfe only.

    to return to multi-user mode:

    ALTER <database-name> SET MULTI_USER

     

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: KILL SPID not working while running stored procedure

    Did you check blocking? Run sp_who to check it.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: SQL 7 Can not truncate Transaction Log

    Thanks for providing all the information.

    Please carry out a few checks:

    1) Check whether there is any open transaction on the database or not. To check this, use the following commands:

    use...

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: SQL 7 Can not truncate Transaction Log

    Also, please run the command:

    DBCC SQLPERF(LOGSPACE)

    and let me know the %used value for the database in question.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: SQL 7 Can not truncate Transaction Log

     

    Can you tell me the recovery model set for the database, the initial size of the log file and its growth settings?

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: SQL 7 Can not truncate Transaction Log

    Simply backup the transaction log to truncate it.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Database Autogrow not working

    In the autogrow option, what is the growth value that you have selected for the database?

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • RE: Invalid Buffer

    Have you installed the latest secutrity patch?

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

Viewing 15 posts - 1 through 15 (of 51 total)