Schema:
[AdventureWorks2016CTP3].[dbo].[Production]
Schema properties
| Name | Value |
| Name | [Production] |
| Owner | [dbo] |
| ID | 7 |
Objects
Objects that depend on [Production]
Extended properties
| Name | Value |
| MS_Description | Contains objects related to products, inventory, and manufacturing. |
SQL
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 |
See also