Some tips for using SQL Server 2016 Database Console Commands Consider using a MAXDOP option with the DBCC CHECKTABLE, DBCC CHECKDB and DBCC CHECKFILEGROUP. This option was first introduced in SQL Server 2016. By using a MAXDOP option with the DBCC CHECKTABLE, DBCC CHECKDB and DBCC CHECKFILEGROUP you can specify the degree of parallelism. If you don’t need to check…