|
Can I run the Rebuild index for compatibility level 80 database in sqlserver 2005? [Edit - additional information:]
(comments are locked)
|
|
Yes you can. If you have Enterprise Edition, you can even perform this as an online operation (uncomment the second line below if you want to do that). thanks for your reply.... and go through the question once again please. I added another doute..
Sep 06 '11 at 03:21 AM
sql server 2005
(comments are locked)
|
|
I suggest you use Michelle Uffords Index Defrag-scripts http://sqlfool.com/2011/06/index-defrag-script-v4-1/. I have them scheduled to run weekly for all databases - they check the fragmentation and reorganize when suitable, rebuild when suitable. Regarding the question about DMV and compatibility level 80 - I think you should read this article at SqlSkills: A DBA myth a day: (13/30) you cannot run DMVs when in the 80 compat mode (T-SQL Tuesday #005)
(comments are locked)
|

