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

Parse XML to dynamic object in C#

C# Updating GUI from different thread