HumanResources.EmployeeAddress Table

Information

NameEmployeeAddress
SchemaHumanResources
Row Count290
Data Size16 KB
Index Size32 KB
Reserved Size48 KB
Unused Size0 KB
Created14.10.2005 1:58:32
Modified14.10.2005 1:59:52

Extended Properties

NameTypeProperty NameValue
EmployeeAddressTABLEMS_DescriptionCross-reference table mapping employees to their address(es).

Columns

PKKeyIdentityNameData TypeAllow NullsCollationReferencesDefaultComputedCompute Expression
   EmployeeIDint  HumanResources.Employee.EmployeeID
 
 
 
   AddressIDint  Person.Address.AddressID
 
 
 
   rowguiduniqueidentifier   
(newid())
 
 
   ModifiedDatedatetime   
(getdate())
 
 

Indexes

NameTypePrimaryUniqueColumns
PK_EmployeeAddress_EmployeeID_AddressIDClustered  EmployeeID, AddressID
AK_EmployeeAddress_rowguidNonClustered  rowguid

Foreign Key Constraints

NameTypeReferenced Table
FK_EmployeeAddress_Address_AddressIDForeign keyPerson.Address
FK_EmployeeAddress_Employee_EmployeeIDForeign keyHumanResources.Employee

Triggers

NameActivates onInstead OfFor ReplicationEnabledCreatedModified
HumanResources.uEmployeeAddressUPDATE   14.10.2005 1:59:5214.10.2005 1:59:52