Schema:
[AdventureWorks2016CTP3].[dbo].[HumanResources]
Schema properties
| Name | Value |
| Name | [HumanResources] |
| Owner | [dbo] |
| ID | 5 |
Objects
Objects that depend on [HumanResources]
Extended properties
| Name | Value |
| MS_Description | Contains objects related to employees and departments. |
SQL
CREATE SCHEMA [HumanResources] AUTHORIZATION [dbo] GO EXEC sp_addextendedproperty N'MS_Description', N'Contains objects related to employees and departments.', 'SCHEMA', N'HumanResources', NULL, NULL, NULL, NULL GO |
See also