Schema:
[AdventureWorks2016CTP3].[dbo].[Production]
Name | Value |
Name | [Production] |
Owner | [dbo] |
ID | 7 |
Name | Value |
MS_Description | Contains objects related to products, inventory, and manufacturing. |
CREATE SCHEMA [Production] AUTHORIZATION [dbo] GO EXEC sp_addextendedproperty N'MS_Description', N'Contains objects related to products, inventory, and manufacturing.', 'SCHEMA', N'Production', NULL, NULL, NULL, NULL GO |