DBA > Job Interview Questions > Microsoft SQL Server FAQs

You want to disable the receipt of messages in o

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

You want to disable the receipt of messages in one of your databases by the Service Broken. How should you do this?

Answer
ALTER DATABASE Sales SET DISABLE_BROKER
Explanation
To disable the receipt of messages, you can disable the Service Broker by disabling it with the ALTER DATABASE command. The SET command is "DISABLE_BROKER".

(Continued on next question...)

Other Job Interview Questions