Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.83 KB

File metadata and controls

47 lines (40 loc) · 1.83 KB
title sys.service_queue_usages (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
sys.service_queue_usages
sys.service_queue_usages_TSQL
service_queue_usages
service_queue_usages_TSQL
dev_langs
TSQL
helpviewer_keywords
sys.service_queue_usages catalog view
ms.assetid d58dcdaf-f82d-43d9-941b-f520581442bf
caps.latest.revision 16
author JennieHubbard
ms.author jhubbard
manager jhubbard

sys.service_queue_usages (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

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.

Applies to: [!INCLUDEssNoVersion] ([!INCLUDEssKatmai] through current version).
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

[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.

See Also

sys.services (Transact-SQL)