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
> Person
Person
MS_Description
Contains objects related to names and addresses of customers, vendors, and employees
Properties
Property
Value
Owner
dbo
SQL Script
CREATE
SCHEMA
[Person]
AUTHORIZATION
[dbo]
GO
EXEC
sp_addextendedproperty
N
'MS_Description'
,
N
'Contains objects related to names and addresses of customers, vendors, and employees'
,
'SCHEMA'
,
N
'Person'
,
NULL
,
NULL
,
NULL
,
NULL
GO
Used By
[Person].[Address]
[Person].[AddressType]
[Person].[BusinessEntity]
[Person].[BusinessEntityAddress]
[Person].[BusinessEntityContact]
[Person].[ContactType]
[Person].[CountryRegion]
[Person].[EmailAddress]
[Person].[Password]
[Person].[Person]
[Person].[PersonPhone]
[Person].[PhoneNumberType]
[Person].[StateProvince]
[Person].[vAdditionalContactInfo]
[Person].[vStateProvinceCountryRegion]
[Person].[AdditionalContactInfoSchemaCollection]
[Person].[IndividualSurveySchemaCollection]