Last active
December 8, 2022 02:11
-
-
Save denihida1216/3f4f3591054c473a3434a561b52a554b to your computer and use it in GitHub Desktop.
Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dbcc checkdb (sirs) with no_infomsgs, all_errormsgs | |
https://learn.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-checkdb-transact-sql?view=sql-server-ver16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment