Skip to content

Instantly share code, notes, and snippets.

@denihida1216
Last active December 8, 2022 02:11
Show Gist options
  • Save denihida1216/3f4f3591054c473a3434a561b52a554b to your computer and use it in GitHub Desktop.
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)
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