Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » 2005 » Database Maintenance   (RSS)

SQL Server Statistics

SQL Server 2005 collects statistical information about indexes and column data stored in the database. These statistics are used by the SQL Server query optimizer to choose the most efficient plan for retrieving or updating data. Good statistics allow
 
Page view tracker