Schema:
[AdventureWorks2016CTP3].[dbo].[HumanResources]
Name | Value |
Name | [HumanResources] |
Owner | [dbo] |
ID | 5 |
Name | Value |
MS_Description | Contains objects related to employees and departments. |
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 |