Viewing 5 posts - 1 through 5 (of 5 total)
perhaps first look if your I/O is fine
Benchmarking SQL Server IO with SQLIO
December 14, 2010 at 12:45 am
if there are WMI problems, use the microsoft tool to verify your WMI
regards,
Xander
June 3, 2008 at 1:28 am
Andras Belokosztolszki (10/19/2007)
rabartels (10/19/2007)
dump transaction mydatabasename with no_log
dump log mydatabasenameg with no_log
/* no shrink DB */
EXECUTE sp_updatestats
Then shrinking...
October 19, 2007 at 6:50 am
You also could add a step, after backing up the transaction log :
dump transaction mydatabasename with no_log
dump log mydatabasenameg with no_log
/* no shrink DB */
EXECUTE sp_updatestats
Then shrinking database
October 19, 2007 at 5:58 am
You also can try to shrink the individual tempdb files
Go to the shrink database window
At the button, press files, the another window is opened where you can select one of...
July 20, 2004 at 6:35 am
Viewing 5 posts - 1 through 5 (of 5 total)