DBCC stands for Database Console Commands in Transact-SQL.
The Database Console Commands (DBCC) are a series of statements in Transact-SQL programming language to check the physical and logical consistency of a Microsoft SQL Server database. These commands are also used to fix existing issues. They are also used for administration and file management.
DBCC was previously expanded as Database Consistency Checker.