Tag: DBCC FILEHEADER

SQL Server

Undocumented Miscellaneous SQL Server 2014 DBCC Commands

Undocumented Miscellaneous SQL Server 2014 DBCC Commands In this article, you can find the description of some useful undocumented miscellaneous DBCC commands, and find out how you can use these commands in SQL Server 2014. 1. DBCC COLLECTSTATS This command can be used to turn on/off cache statistics. Syntax: DBCC COLLECTSTATS (‘on’ | ‘off’) This example turns on cache statistics: […]