SQL Server Performance Improvements

Update Statistics
UPDATE STATISTICS TABLE_NAME
Rebuild Indexes
ALTER INDEX ALL ON TABLE_NAME REBUILD

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#