dbcc dbreindex | Rebuilds the indexes for a table |
dbcc checkalloc | Checks the data pages allocated to tables and indexes |
dbcc checkdb | Checks the data pages allocated to all tables and indexes and checks structural integrity of the database |
dbcc checkcatalog | Verifies SQL Server system tables are correct |
dbcc checkfilegroup | Validates the data in a file group |
dbcc checkident | Validates a tables identity column |
dbcc checktable | Checks the data pages allocated to a tables and indexes |
dbcc show_contig | Displays fragmentation information about a table |
dbcc sqlperf | Monitors the transaction log |