Difference between revisions of "HumanResources (schema)"

From dbscript Online Help
Jump to: navigation, search
Line 6: Line 6:
 
| .HumanResources
 
| .HumanResources
 
|-
 
|-
 +
|}
 +
 +
<pre>
 +
CREATE SCHEMA HumanResources AUTHORIZATION dbo
 +
</pre>
 +
 +
== automatically generated ==
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|-
 +
| '''schema
 +
| .HumanResources
 +
|-
 +
 +
| '''Description
 +
| Contains objects related to employees and departments.
 +
|-
 +
 
|}
 
|}
  

Revision as of 00:28, 27 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