Top 10 Hidden Gems in SQL 2005
The SQLCAT team has posted some good information about seldom used tools that should be of interest to many us: http://sqlcat.com/top10lists/archive/2007/11/21/top-10-hidden-gems-in-sql-server-2005.aspx
Summary
- TableDiff.exe
- Triggers for Logon Events (New in Service Pack 2)
- Boosting performance with persisted-computed-columns (pcc).
- DEFAULT_SCHEMA setting in sys.database_principles
- Forced Parameterization
- Vardecimal Storage Format
- Indexing made easier with SQL Server 2005 - http://blogs.msdn.com/queryoptteam/archive/2006/06/01/613516.aspx
- Figuring out the most popular queries in seconds - using sys.dm_exec_query_stats. For more info see http://www.microsoft.com/technet/prodtechnol/sql/bestpractice/performance_tuning_waits_queues.mspx
- Scalable Shared Databases - http://support.microsoft.com/kb/910378
- Soft-NUMA
