Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.43 KB

File metadata and controls

40 lines (34 loc) · 1.43 KB
title sys.sysfilegroups (Transact-SQL)
description sys.sysfilegroups (Transact-SQL)
author rwestMSFT
ms.author randolphwest
ms.date 03/15/2017
ms.service sql
ms.subservice system-objects
ms.topic reference
f1_keywords
sysfilegroups_TSQL
sys.sysfilegroups
sysfilegroups
sys.sysfilegroups_TSQL
helpviewer_keywords
sysfilegroups system table
sys.sysfilegroups compatibility view
dev_langs
TSQL

sys.sysfilegroups (Transact-SQL)

[!INCLUDE SQL Server]

Contains one row for each file group in a database. There is at least one entry in this table that is for the primary file group.

Important

[!INCLUDEssnoteCompView]

Column name Data type Description
groupid smallint Group identification number unique for each database.
allocpolicy smallint Reserved
status int 0x8 = Read-only

0x10 = Default
groupname sysname Name of the file group.

See Also

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