October 9, 2008 at 11:35 pm
Hi,
Thanks for your immediate reply..
Could you pls provide what are the dbcc commands i should look for..
While doing rebuild the index there wont be any data loss on the time?
Do i have to use this dbcc commands manually or any automatic process available?
October 10, 2008 at 12:02 am
Look for the following in BOL
DBCC INDEXDEFRAG
DBCC DBREINDEX
.
October 10, 2008 at 5:09 am
jacob sebastian (10/10/2008)
Look for the following in BOLDBCC INDEXDEFRAG
DBCC DBREINDEX
One more... DBCC SHOWCONTIG. It produces a report on whether the index(s) on a table actually need to be defragged. In Books Online, the entry for DBCC SHOWCONTIG even has an example of how to setup code to make a defrag job for an entire database.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply