Useful Undocumented SQL Server 2017 DBCC Commands (Part 1) In this article, you can find the description of some useful undocumented DBCC commands, and find out how you can use these commands in SQL Server 2017. 1. DBCC CONFIG This command shows the server’s level DS_CONFIG information. The DBCC CONFIG returns the same DS_CONFIG information as the DBCC RESOURCE returns,...
Tag: dbcc dbtable
Some Undocumented Informational SQL Server 2014 DBCC Commands
Some Undocumented Informational SQL Server 2014 DBCC Commands In this article, you can find the description of some useful undocumented informational DBCC commands, and find out how you can use these commands in SQL Server 2014 to gather and display various types of information. The command DBCC TRACEON (3604) is issued before each of the following DBCC examples in order […]