Monday, December 19, 2005

When I run DBCC CHECKDB on master database, there will be messages on Service Broker as below:
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.
Service Broker Msg 9668, State 1: Service Queues analyzed: 3.

...
Just wonder if this msg can be skipped in DBCC CHECKDB results?

Use WITH NO_INFOMSGS to skip all the informational messages and only print the errors.

No comments: