sys.service_queue_usages (Transact-SQL)

This catalog view returns a row for each reference between service and service queue. A service can only be associated with one queue. A queue can be associated with multiple services.

Column name

Data type

Description

service_id

int

Identifier of the service. Unique within the database. Not NULLABLE.

service_queue_id

int

Identifier of the service queue used by the service. Not NULLABLE.

Permissions

In SQL Server 2005 and later versions, the visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission. For more information, see Metadata Visibility Configuration.

See Also

Reference