Generated using SQL Data Dictionary demo version.


Table Person.Password (19,972 rows)


One way hashed authentication information


  Column Data Type Identity Nullable Default
PK, FK BusinessEntityID int
PasswordHash varchar(128)
Password for the e-mail account.
PasswordSalt varchar(10)
Random value concatenated with the password string before the password is hashed.
rowguid uniqueidentifier newid()
ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


References: