All Tags »
Maintenance »
General (RSS)
Sorry, but there are no more tags available to filter with.
-
Short answer: no.
This question came up today in the MCT discussion group. My gut instinct said no, but I wanted to test it to be certain. But first a brief background:
You can rebuild an index using DBCC DBREINDEX or in 2005 (and now preferred) ALTER INDEX ... REBUILD. Rebuilding an index internally creates a new index and when that has ...