Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.2 KB

sys-service-contracts-transact-sql.md

File metadata and controls

34 lines (29 loc) · 1.2 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
sys.service_contracts (Transact-SQL)
sys.service_contracts (Transact-SQL)
rwestMSFT
randolphwest
06/10/2016
sql
system-objects
reference
service_contracts_TSQL
sys.service_contracts_TSQL
sys.service_contracts
service_contracts
sys.service_contracts catalog view
TSQL

sys.service_contracts (Transact-SQL)

[!INCLUDE SQL Server]

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

Column name Data type Description
name sysname Name of the contract, unique within the database. Not NULLABLE.
service_contract_id int Identifier of the contract. Not NULLABLE.
principal_id int Identifier for the database principal that owns this contract. NULLABLE.

Permissions

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