Interview Questions

In SQL Server 2005, what does the CREATE SERVICE command do?

Microsoft SQL Server FAQs


(Continued from previous question...)

In SQL Server 2005, what does the CREATE SERVICE command do?

Answer: Adds a new Service Broker set of tasks.

Explanation: This command is used to create a new Service Broker service, or set of tasks. This name is used to route messages, deliver messages to a queue, and enforce the contract for a conversation.

(Continued on next question...)

Other Interview Questions