Viewing 15 posts - 751 through 765 (of 859 total)
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)...
December 22, 2009 at 2:26 am
sqlnsg (12/21/2009)
Microsoft SQL Server 2000 - 8.00.2282 (Intel X86) Dec 30 2008 02:22:41 Copyright (c) 1988-2003 Microsoft...
December 22, 2009 at 2:16 am
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...
December 19, 2009 at 10:47 pm
Sourav-657741 (12/19/2009)
use adventureWorks
GO
EXEC sp_MSforeachtable @command1="print '?' DBCC DBREINDEX ('?', ' ', 80)"
GO
===================================================================
How can...
December 19, 2009 at 10:40 pm
mahesh.vsp (12/19/2009)
Thank you.
Ur welcome...:-D
December 19, 2009 at 10:25 pm
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...
December 19, 2009 at 11:09 am
sqlnsg (12/19/2009)
I have refered the following article but its of no use , currently i have...
December 19, 2009 at 10:52 am
December 18, 2009 at 7:58 am
hydbadrose (12/17/2009)
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...
December 18, 2009 at 5:44 am
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...
December 17, 2009 at 11:10 am
jason.stephens (12/16/2009)
December 17, 2009 at 11:03 am
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...
December 17, 2009 at 8:11 am
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...
December 17, 2009 at 5:35 am
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...
December 16, 2009 at 4:28 am
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...
December 16, 2009 at 3:45 am
Viewing 15 posts - 751 through 765 (of 859 total)