Validates the password of the current user.
sa_verify_password ( string )
DBA authority required. Users without DBA authority must be granted EXECUTE permission to run the stored procedure.
This procedure is used by sp_password. If the password matches, the procedure simply returns. If it does not match, the error string returned by the procedure is returned.
None.