SQL Server 提供了很多圖形化介面的管理功能,但是同時它也提供相對的指令來執行管理工作,這些指令式的陳述式就稱為「資料庫主控台命令」(Database Console Commands, DBCC)。
DBCC陳述式可分成以下類別目錄:
- 維護:Maintenance tasks on a database, index, or filegroup.
- 驗證:Validation operations on a database, table, index, catalog, filegroup, or allocation of database pages.
- 資訊:Tasks that gather and display various types of information
- 其他:Miscellaneous tasks such as enabling trace flags or removing a DLL from memory.