Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.5 KB

File metadata and controls

41 lines (35 loc) · 1.5 KB
title sys.sysmembers (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/15/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology system-objects
ms.topic language-reference
f1_keywords
sys.sysmembers_TSQL
sysmembers
sys.sysmembers
sysmembers_TSQL
dev_langs
TSQL
helpviewer_keywords
sysmembers system table
sys.sysmembers compatibility view
ms.assetid ceb18341-f985-4849-ac83-21d67ab7b980
author rothja
ms.author jroth

sys.sysmembers (Transact-SQL)

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

Contains a row for each member of a database role.

Important

[!INCLUDEssnoteCompView]

Column name Data type Description
memberuid smallint User ID for the role member. Overflows or returns NULL if the number of users and roles exceeds 32,767.
groupuid smallint User ID for the role. Overflows or returns NULL if the number of users and roles exceeds 32,767.

See Also

Mapping System Tables to System Views (Transact-SQL)
Compatibility Views (Transact-SQL)