Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Hashbytes function returning unexpected results

    Thanks for the assistance. I changed my update statement to the following:

    update secUser

    set [password] = HashBytes('MD5', 'PW4' + cast([UserName] as varchar(100))),

    HasChangedPassword = 0

    GO

    This gives me the original values I'm...

Viewing post 1 (of 2 total)