Sales.Store Table

Information

NameStore
SchemaSales
Row Count701
Data Size808 KB
Index Size608 KB
Reserved Size1496 KB
Unused Size80 KB
Created14.10.2005. 1:58:37
Modified2.7.2009. 10:35:10

Extended Properties

NameTypeProperty NameValue
StoreTABLEMS_DescriptionCustomers (resellers) of Adventure Works products.

Columns

PKKeyIdentityNameData TypeAllow NullsCollationReferencesDefaultComputedCompute Expression
   CustomerIDint  Sales.Customer.CustomerID
 
 
 
   Namenvarchar(100) SQL_Latin1_General_CP1_CI_AS 
 
 
 
   SalesPersonIDint  Sales.SalesPerson.SalesPersonID
 
 
 
   Demographicsxml   
 
 
 
   rowguiduniqueidentifier   
(newid())
 
 
   ModifiedDatedatetime   
(getdate())
 
 

Indexes

NameTypePrimaryUniqueColumns
PK_Store_CustomerIDClustered  CustomerID
AK_Store_rowguidNonClustered  rowguid
IX_Store_SalesPersonIDNonClustered  SalesPersonID
PXML_Store_DemographicsNonClustered   

Foreign Key Constraints

NameTypeReferenced Table
FK_Store_Customer_CustomerIDForeign keySales.Customer
FK_Store_SalesPerson_SalesPersonIDForeign keySales.SalesPerson

Triggers

NameActivates onInstead OfFor ReplicationEnabledCreatedModified
iStoreINSERT   14.10.2005. 1:59:562.7.2009. 10:35:10
uStoreUPDATE   14.10.2005. 1:59:562.7.2009. 10:35:10