Add TempDB to integrity check #394
Unanswered
PierreLetter
asked this question in
Questions & Answers
Replies: 1 comment
-
Tempdb is recreated when you restart SQL Server, and does not contain any data. This is the reason, I am not including it in SYSTEM_DATABASES. If you still prefer to perform checkdb of tempdb, you can do like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As part of the system DBs, why not run DBCC CheckDB on TempDB as well?
Beta Was this translation helpful? Give feedback.
All reactions