Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
Optimizing Indexes with Sql Server 2005 (Yukon) Beta 2 - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on .NET, Sql, ASP.NET, and other crazy shenanigans

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Optimizing Indexes with Sql Server 2005 (Yukon) Beta 2

If you want to optimize your indexes in Sql Server 2000, you probably used the DBCC REINDEX or DBCC INDEXDEFRAG commands.  I like the DBCC INDEXDEFRAG because I don't have to take the table offline from the application.  I've been looking at for a similar mechanism in Sql Server 2005 (Yukon).  I have found the ALTER INDEX command.  The advantage that it has over the DBCC INDEXDEFRAG command is that with a DBCC INDEXDEFRAG command, you must manually specify the indexes that you want to defrag.  Why am I looking for this?  According to the documentation, DBCC INDEXDEFRAG will be removed from a future version of Sql Server.

Wally

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required)