Some tips for using SQL Server 2012 Database Console Commands Try to run the DBCC commands when there are no other disk I/O operations, such as disk backups, replication and so on. Use DBCC CHECKFILEGROUP instead of DBCC CHECKDB, if you need to check only specified filegroup, not entire database. If your database contains several filegroups and you need to...
Tag: dbcc
Troubleshooting problems with DBCC commands in SQL Server 2008 R2
Troubleshooting problems with DBCC commands in SQL Server 2008 R2 If you have problems with SQL Server 2008 R2 DBCC commands, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 DBCC bugs were fixed in SQL Server service packs, you should install the latest SQL...