I have two table User => [UserId, UserName, FirstName, LastName Password, PasswordSalt] UserPasswordHistory => [UserId, Password, PasswordSalt]
UserPasswordHi