Sign in
SQL Server Thoughts from the Field
Rob's SQL Server & BI Blog
Tags
2000
2005
2008
32-bit
64-bit
Analysis Services
Clustering
Community
Cumulative Update
Database Maintenance
Database Mirroring
DBCC
High Availability
Kerberos
Memory
Other
Performance
Performance Dashboard Reports
Reporting Services
Security
SQL Server
SQLBits
Support
Tools
Upgrade
User Group
Windows
Browse by Tags
TechNet Blogs
>
SQL Server Thoughts from the Field
>
All Tags
>
database maintenance
Tagged Content List
Blog Post:
SQL Server Statistics
Rob_Carrol
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 the optimizer to accurately assess the cost of different...
on
16 May 2008
Blog Post:
DBCC CHECKDB
Rob_Carrol
DBCC CHECKDB checks the logical and physical integrity of all objects in the specified database by performing the following: Runs DBCC CHECKALLOC on the database Runs DBCC CHECKTABLE on every table and view in the database Runs DBCC CHECKCATALOG on the database Validates the contents of...
on
14 May 2008
Page 1 of 1 (2 items)