sys.sp_approlepassword
general #stored-procedure
Description
Changes the password of an application role in the current database.
Syntax
sp_approlepassword
[ @rolename = ]
N
'rolename'
, [ @newpwd = ]
N
'newpwd'
[ ; ] Changes the password of an application role in the current database.
sp_approlepassword
[ @rolename = ]
N
'rolename'
, [ @newpwd = ]
N
'newpwd'
[ ; ]