Schemas HumanResources
Contains objects related to employees and departments.
PropertyValue
Ownerdbo
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