|
Is there a script that I can use to activate and deactivate Indexes on a table
(comments are locked)
|
|
alter index [indexname] on [tablename] disable Thanks. This mabe a silly question but how would I enable it again. I assume you change the disable to enable like below but then I get a sytax error alter index [indexname] on [tablename] enable
Jan 18 '12 at 04:21 AM
HRugbeer
You need to Rebuild the index, to enable it again. Please see BOL for more help.
Jan 18 '12 at 05:06 AM
Usman Butt
Jan 18 '12 at 06:10 AM
Wilfred van Dijk
(comments are locked)
|

