Difference between revisions of "HumanResources (schema)"

From dbscript Online Help
Jump to: navigation, search
Line 17: Line 17:
 
| '''schema
 
| '''schema
 
| .HumanResources
 
| .HumanResources
|-
+
|- valign="top"
  
 
| '''Description
 
| '''Description
Line 28: Line 28:
 
CREATE SCHEMA HumanResources AUTHORIZATION dbo
 
CREATE SCHEMA HumanResources AUTHORIZATION dbo
 
</pre>
 
</pre>
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Referencing Object
 +
| '''Object Type
 +
| '''Reference Type
 +
 +
|-
 +
| [[HumanResources.Department_(table)|HumanResources.Department]]
 +
| Table
 +
| Schema
 +
|-
 +
| [[HumanResources.Employee_(table)|HumanResources.Employee]]
 +
| Table
 +
| Schema
 +
|-
 +
| [[HumanResources.EmployeeAddress_(table)|HumanResources.EmployeeAddress]]
 +
| Table
 +
| Schema
 +
|-
 +
| [[HumanResources.EmployeeDepartmentHistory_(table)|HumanResources.EmployeeDepartmentHistory]]
 +
| Table
 +
| Schema
 +
|-
 +
| [[HumanResources.EmployeePayHistory_(table)|HumanResources.EmployeePayHistory]]
 +
| Table
 +
| Schema
 +
|-
 +
| [[HumanResources.JobCandidate_(table)|HumanResources.JobCandidate]]
 +
| Table
 +
| Schema
 +
|-
 +
| [[HumanResources.Shift_(table)|HumanResources.Shift]]
 +
| Table
 +
| Schema
 +
|-
 +
| [[HumanResources.vEmployee_(view)|HumanResources.vEmployee]]
 +
| View
 +
| Schema
 +
|-
 +
| [[HumanResources.vEmployeeDepartment_(view)|HumanResources.vEmployeeDepartment]]
 +
| View
 +
| Schema
 +
|-
 +
| [[HumanResources.vEmployeeDepartmentHistory_(view)|HumanResources.vEmployeeDepartmentHistory]]
 +
| View
 +
| Schema
 +
|-
 +
| [[HumanResources.vJobCandidate_(view)|HumanResources.vJobCandidate]]
 +
| View
 +
| Schema
 +
|-
 +
| [[HumanResources.vJobCandidateEducation_(view)|HumanResources.vJobCandidateEducation]]
 +
| View
 +
| Schema
 +
|-
 +
| [[HumanResources.vJobCandidateEmployment_(view)|HumanResources.vJobCandidateEmployment]]
 +
| View
 +
| Schema
 +
|-
 +
| [[HumanResources.uspUpdateEmployeeHireInfo_(procedure)|HumanResources.uspUpdateEmployeeHireInfo]]
 +
| Procedure
 +
| Schema
 +
|-
 +
| [[HumanResources.uspUpdateEmployeeLogin_(procedure)|HumanResources.uspUpdateEmployeeLogin]]
 +
| Procedure
 +
| Schema
 +
|-
 +
| [[HumanResources.uspUpdateEmployeePersonalInfo_(procedure)|HumanResources.uspUpdateEmployeePersonalInfo]]
 +
| Procedure
 +
| Schema
 +
|-
 +
| [[HumanResources.HRResumeSchemaCollection_(xml_schema_collection)|HumanResources.HRResumeSchemaCollection]]
 +
| XML Schema Collection
 +
| Schema
 +
|}

Revision as of 07:26, 30 November 2009

wikibot

schema .HumanResources
CREATE SCHEMA HumanResources AUTHORIZATION dbo

automatically generated

schema .HumanResources
Description Contains objects related to employees and departments.
CREATE SCHEMA HumanResources AUTHORIZATION dbo


Referencing Object Object Type Reference Type
HumanResources.Department Table Schema
HumanResources.Employee Table Schema
HumanResources.EmployeeAddress Table Schema
HumanResources.EmployeeDepartmentHistory Table Schema
HumanResources.EmployeePayHistory Table Schema
HumanResources.JobCandidate Table Schema
HumanResources.Shift Table Schema
HumanResources.vEmployee View Schema
HumanResources.vEmployeeDepartment View Schema
HumanResources.vEmployeeDepartmentHistory View Schema
HumanResources.vJobCandidate View Schema
HumanResources.vJobCandidateEducation View Schema
HumanResources.vJobCandidateEmployment View Schema
HumanResources.uspUpdateEmployeeHireInfo Procedure Schema
HumanResources.uspUpdateEmployeeLogin Procedure Schema
HumanResources.uspUpdateEmployeePersonalInfo Procedure Schema
HumanResources.HRResumeSchemaCollection XML Schema Collection Schema