Difference between revisions of "Purchasing (schema)"

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

Revision as of 00:28, 27 November 2009

wikibot

schema .Purchasing
CREATE SCHEMA Purchasing AUTHORIZATION dbo

automatically generated

schema .Purchasing
Description Contains objects related to vendors and purchase orders.
CREATE SCHEMA Purchasing AUTHORIZATION dbo