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
> Purchasing
Purchasing
MS_Description
Contains objects related to vendors and purchase orders.
Properties
Property
Value
Owner
dbo
SQL Script
CREATE
SCHEMA
[Purchasing]
AUTHORIZATION
[dbo]
GO
EXEC
sp_addextendedproperty
N
'MS_Description'
,
N
'Contains objects related to vendors and purchase orders.'
,
'SCHEMA'
,
N
'Purchasing'
,
NULL
,
NULL
,
NULL
,
NULL
GO
Used By
[Purchasing].[ProductVendor]
[Purchasing].[PurchaseOrderDetail]
[Purchasing].[PurchaseOrderHeader]
[Purchasing].[ShipMethod]
[Purchasing].[Vendor]
[Purchasing].[vVendorWithAddresses]
[Purchasing].[vVendorWithContacts]