Forum Replies Created

Viewing 15 posts - 751 through 765 (of 859 total)

  • RE: Performance issue

    Hi,

    There is no specific error messages , I use to get the following message in sql logs, When is verify the spid with Dbcc input buffer (No Event 0 NULL)...

  • RE: Performance issue

    sqlnsg (12/21/2009)


    The following is the sql 2000 version

    Microsoft SQL Server 2000 - 8.00.2282 (Intel X86) Dec 30 2008 02:22:41 Copyright (c) 1988-2003 Microsoft...

  • RE: How to "Rebuild" all the indexes of all the tables in all the databases?

    Sourav-657741 (12/19/2009)


    Do we have any T-sql code to know when the indexes of the tables were rebuilt last time?

    Hi,

    Please read the 1'st link added in my signature this ll...

  • RE: How to "Rebuild" all the indexes of all the tables in all the databases?

    Sourav-657741 (12/19/2009)


    Presently I'm using the below t-sql to manually rebuild the indexes of all the tables in the db:AdventureWorks

    use adventureWorks

    GO

    EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?', ' ', 80)"

    GO

    ===================================================================

    How can...

  • RE: Index rebuilt verify

    mahesh.vsp (12/19/2009)


    Thank you.

    Ur welcome...:-D

  • RE: Performance issue

    Hi,

    Run the following query & find the blocking,opentran...

    select open_tran,* from master.dbo.sysprocesses where spid >=51 and blocked<>0

    Steps taken:

    Increased the Parallel query execution from 5 to 8

    Did u adjust the maxdop...

  • RE: Performance issue

    sqlnsg (12/19/2009)


    Error 1229: Process ID %d:%d owns resources that are blocking processes on scheduler %d.

    I have refered the following article but its of no use , currently i have...

  • RE: Cross DB Ownership Chaining option missing / Unable to view properties of databases

    Hi,

    Check the following KB this might be help.

    KB-976413

  • RE: SQL Performance-Please help

    hydbadrose (12/17/2009)


    Hello,

    There i a performance problem. the scripts are running very slow. The stats are not out dated. database space is ok. I checked the MDF disk space and its...

  • RE: Performance issue

    Our Production DB is in SQl 2000 Sp4 , recently we had numerious performance issues , we use to get process id error from spid 4 (lock monitor) , I...

  • RE: tlog grows huge during index maintenance...

    jason.stephens (12/16/2009)


    I wrote a script to dynamically reorg/rebuild indexes and I ran it. The tlog grew out of control and ended up running out of space. I would like to...

  • RE: Index rebuilt verify

    mahesh.vsp (12/17/2009)


    Hi muthu,

    i thought of posting it in sql 2000 only. it was my bad!

    do u know how to do it in 2000?

    Search under the Script section in our SSC...

  • RE: Page File Maxed Out - Help !!

    Muthu i have the error posted in my initial post , please take a look. Thanks,

    Just an overview of server, it has 32 gb RAM runs on 64 bit 2003...

  • RE: Slow queries after upgrading from SQL 2000 to SQL 2008

    I wouldn't do that, you'll end up having way to much similar indexes !

    Yes,I agree with u.

    You need to investigate the index proposals and pick the one(s) you think will...

  • RE: Page File Maxed Out - Help !!

    Just an overview of server, it has 32 gb RAM runs on 64 bit 2003 OS with 64 bit sql 2005. I see that the page file is maxed out...

Viewing 15 posts - 751 through 765 (of 859 total)