June 29, 2026 at 12:00 am
Comments posted to this topic are about the item DBCC CHECKDB Limits I
June 29, 2026 at 2:42 pm
DBCC CHECKDB (master) WITH ALL_ERRORMSGS;
.
.
.
CHECKDB found 0 allocation errors and 0 consistency errors in database 'master'.
DBCC results for 'mssqlsystemresource'.
Service Broker Msg 9675, State 1: Message Types analyzed: 14.
Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.
Service Broker Msg 9667, State 1: Services analyzed: 3.....
.
.
.
CHECKDB found 0 allocation errors and 0 consistency errors in database 'mssqlsystemresource'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
This output suggests the resource database is checked when I run CHECKDB on master. What am I missing?
ewm2
ewm2
June 30, 2026 at 6:20 am
Quoting from the article cited by Steve:
However, when DBCC CHECKDB is executed against the master database, a second CHECKDB is also run internally on the Resource database.
So I agree, the "correct" answer is wrong.
June 30, 2026 at 2:07 pm
Agreed, and my apologies. Reworded the question and awarded points back.
June 30, 2026 at 2:33 pm
Quoting from the article cited by Steve:
However, when DBCC CHECKDB is executed against the master database, a second CHECKDB is also run internally on the Resource database.
So I agree, the "correct" answer is wrong.
Did you read one statement before?
Because the Resource database is modifiable only in single-user mode, the DBCC CHECKDB command can't be run on it directly.
This might be poorly reworded and taken as Correct answer, but IMHO there is no correct answer given in the options - is there any way to really run DBCC CHECKDB on Resource database and get an error on it?
There is no database 'Resource database' in master.sys.databases, database_id is unknown (Accessing the Resource Database: The ID of the Resource database is always 32767.), ...
June 30, 2026 at 3:34 pm
The question was reworded after these comments (first2 ), so they are valid. The original question didn't say run it directly.
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply