/ Published in: SQL
Sometimes the first set of parameters don't work so then use the second
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
EXEC sp_change_users_login 'auto_fix','UserName' EXEC sp_change_users_login @action = 'auto_fix', @UserName = '<user>', @Password = '<pass>'