Hi there
I am wanting to pull out the password_hash from sys.sql_logins such that I can use it to re-create a login. Can anyone tell me why the following does not work, I have been trying to follow BoL on the style
select convert(varchar(256), password_hash, 1) from sys.sql_logins
Thanks