SymptomsIn Microsoft SQL Server, you use a TRY…CATCH construct to process exceptions that are raised from the DBCC CHECKDB statement. However, when the DBCC CHECKDB statement detects a consistency error in the database, the CATCH block is not triggered.Note This behavior also occurs in SQL Server 2008.ResolutionThis behavior occurs because the DBCC CHECKDB statement does [...]
↧