Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.38 KB

File metadata and controls

38 lines (33 loc) · 1.38 KB
title sys.services (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology system-objects
ms.topic language-reference
f1_keywords
sys.services
services
services_TSQL
sys.services_TSQL
dev_langs
TSQL
helpviewer_keywords
sys.services catalog view
ms.assetid 16d0b0c5-5cce-469b-aa3d-4b9248e0c085
author stevestein
ms.author sstein

sys.services (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

This catalog view contains a row for each service in the database.

Column name Data type Description
name sysname Case-sensitive name of service, unique within the database. Not NULLABLE.
service_id int Identifier of the service. Not NULLABLE.
principal_id int Identifier for the database principal that owns this service. NULLABLE.
service_queue_id int Object id for the queue that this service uses. Not NULLABLE.

Permissions

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