This topic has not yet been rated - Rate this topic

sys.schemas (Transact-SQL)

Contains a row for each database schema.

ms176011.note(en-US,SQL.90).gifNote:
Database schemas are different from XML schemas, which are used to define the content model of XML documents.

Column name Data type Description

name

sysname

Name of the schema. Is unique within the database.

schema_id

int

ID of the schema. Is unique within the database.

principal_id

int

ID of the principal that owns this schema.

Database schemas act as namespaces or containers for objects, such as tables, views, procedures, and functions, that can be found in the sys.objects catalog view.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.