lsrep17 Documentation
lsrep17
User databases
AdventureWorks
Tables
Views
Programmability
Storage
Security
Users
Roles
Schemas
HumanResources
Person
Production
Purchasing
Sales
Project
>
lsrep17
>
User databases
>
AdventureWorks
> Security >
Schemas
> HumanResources
HumanResources
MS_Description
Contains objects related to employees and departments.
Properties
Property
Value
Owner
dbo
SQL Script
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
Used By
[HumanResources].[Department]
[HumanResources].[Employee]
[HumanResources].[EmployeeDepartmentHistory]
[HumanResources].[EmployeePayHistory]
[HumanResources].[JobCandidate]
[HumanResources].[Shift]
[HumanResources].[vEmployee]
[HumanResources].[vEmployeeDepartment]
[HumanResources].[vEmployeeDepartmentHistory]
[HumanResources].[vJobCandidate]
[HumanResources].[vJobCandidateEducation]
[HumanResources].[vJobCandidateEmployment]
[HumanResources].[uspUpdateEmployeeHireInfo]
[HumanResources].[uspUpdateEmployeeLogin]
[HumanResources].[uspUpdateEmployeePersonalInfo]
[HumanResources].[HRResumeSchemaCollection]