Difference between revisions of "Production (schema)"

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

Revision as of 00:28, 27 November 2009

wikibot

schema .Production
CREATE SCHEMA Production AUTHORIZATION dbo

automatically generated

schema .Production
Description Contains objects related to products, inventory, and manufacturing.
CREATE SCHEMA Production AUTHORIZATION dbo