MS SQL Maestro online Help
Prev | Return to chapter overview | Next |
Create Service Wizard
The wizard guides you through the process of creating a new Service Broker service. In order to run the wizard you should either
• | select the Object | Create Database Object... main menu item; |
• | select the Services icon in the Create Database Object dialog |
or
• | select the Services list or any object from that list in the explorer tree; |
• | select the Create Service ... item from the popup menu |
or
• | open the database in Database Editor and the Services tab there; |
• | press the Insert key or select the Create New Service ... item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar). |
The basic principles of Create Object Wizards in MS SQL Maestro are explained in a separate topic. Below you will find a description of wizard steps that are unique for the current object.
Name
Enter the name of the service to create. The name must be a valid sysname.
Owner
Sets the owner of the service to the specified database user or role. When the current user is dbo or sa, owner may be the name of any valid user or role. Otherwise, owner must be the name of the current user, the name of a user that the current user has impersonate permissions for, or the name of a role to which the current user belongs.
Queue
Specifies the queue that receives messages for the service. The queue must exist in the same database as the service.
Contracts
Specify contracts for which this service may be a target. Service programs initiate conversations to this service using the contracts specified. If no contracts are specified, the service may only initiate conversations.
See also: Service Editor
Prev | Return to chapter overview | Next |