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'
[ ; ]