Viewing 15 posts - 151 through 165 (of 395 total)
They are Cl index on small tables:
DBCC SHOWCONTIG scanning 'tblTag' table...
Table: 'tblTag' (1110295010); index ID: 1, database ID: 12
TABLE level scan performed.
- Pages Scanned................................: 6
- Extents Scanned..............................: 6
- Extent Switches..............................:...
May 10, 2007 at 11:50 am
we run a job from the monitoring server ( every 2 hours) checking if perfmon counters are running on the production cluster
February 24, 2007 at 6:26 pm
you may want to run some scripts ( job) notifying you that when cluster failover occur and perfmon stop, you may want to restart them...
February 21, 2007 at 2:47 pm
use DBCC SHRINKFILE instead of SHRINKDATABASE
February 6, 2007 at 11:59 am
make sure to flip your database in simple recovery mode while doing reindexing...
February 6, 2007 at 11:57 am
make sure to delete old tempdb files in original location after restart
February 6, 2007 at 11:54 am
use server side traces ( try to collect only needed info though) instead of profiler and you will be fine...
February 6, 2007 at 11:42 am
Maintain a central server (database) with all server names and make all servers as linked servers and run all your stored procs in the loop ( server by server) locally\OPENQUERY. Make...
January 24, 2007 at 11:13 am
Shoot in a dark: It can be your sysservers table in messed up?!
Also by placing select @@servername in a job and running it, say, every 5 minutes ( detecting...
November 27, 2006 at 9:48 am
1 TB was shrinkdatabasing for over a day, when I had to cancel it. 100 gb file was shrinkfiling for about 10 hours. However we got data back in 3 months....
November 26, 2006 at 10:27 am
If you have SS2K and SS2005 on the same box as well as VB6 and Visual Studion, DMO wouldn't work. Period. So I had to spent a bunch of time...
November 22, 2006 at 9:47 am
can't you just incorporate it ( using server server side trace) into Stored proc with sp_procoption?
November 21, 2006 at 2:24 pm
Thanks guys, Anyone has a supporting link???
Colin, Most likely we will go for dual core, once we fnalize our budget.
November 17, 2006 at 3:27 pm
Can you do that in Stored Proc, so it will return zero records?
November 10, 2006 at 10:30 am
Viewing 15 posts - 151 through 165 (of 395 total)