Sales.StoreContact Table

Information

NameStoreContact
SchemaSales
Row Count753
Data Size40 KB
Index Size120 KB
Reserved Size160 KB
Unused Size0 KB
Created14.10.2005. 1:58:37
Modified2.7.2009. 10:35:10

Extended Properties

NameTypeProperty NameValue
StoreContactTABLEMS_DescriptionCross-reference table mapping stores and their employees.

Columns

PKKeyIdentityNameData TypeAllow NullsCollationReferencesDefaultComputedCompute Expression
   CustomerIDint  Sales.Store.CustomerID
 
 
 
   ContactIDint  Person.Contact.ContactID
 
 
 
   ContactTypeIDint  Person.ContactType.ContactTypeID
 
 
 
   rowguiduniqueidentifier   
(newid())
 
 
   ModifiedDatedatetime   
(getdate())
 
 

Indexes

NameTypePrimaryUniqueColumns
PK_StoreContact_CustomerID_ContactIDClustered  CustomerID, ContactID
AK_StoreContact_rowguidNonClustered  rowguid
IX_StoreContact_ContactIDNonClustered  ContactID
IX_StoreContact_ContactTypeIDNonClustered  ContactTypeID

Foreign Key Constraints

NameTypeReferenced Table
FK_StoreContact_Contact_ContactIDForeign keyPerson.Contact
FK_StoreContact_ContactType_ContactTypeIDForeign keyPerson.ContactType
FK_StoreContact_Store_CustomerIDForeign keySales.Store

Triggers

NameActivates onInstead OfFor ReplicationEnabledCreatedModified
uStoreContactUPDATE   14.10.2005. 1:59:572.7.2009. 10:35:10