Validates the password of the current user.
sa_verify_password( curr_pswd )
curr_pwsd Use this CHAR(128) parameter to specify the password of the current database user.
This procedure is used by sp_password. If the password matches, it is accepted. If the password does not match, an error is returned.
None