Viewing 5 posts - 1 through 5 (of 5 total)
I am aware that moving the clustered indexes moves the data itself and I guess that was my point, move the data off to a different file group on a...
December 4, 2011 at 11:35 am
If you need to keep the database online and you have another available LUN on your SAN, you could move all your clustered indexes, then your non-clustered indexes off to...
December 3, 2011 at 11:53 pm
Also without knowing your entire situation and schema, I would take the NOT IN approach as it is slightly easier than the EXCEPT syntax. The EXCEPT syntax requires that...
December 3, 2011 at 11:12 pm
I have been doing this operation with the LIKE operator in the past and have never thought of the PATINDEX operator. Both ways work well, i really can't find...
December 3, 2011 at 10:52 pm
Nice script.
For performance purposes, have you considered dynamically specifying the FILLFACTOR on your index rebuilds to help with page splits and IO performance?
Not sure what your database default is for...
November 30, 2011 at 7:44 pm
Viewing 5 posts - 1 through 5 (of 5 total)