sa_verify_password system procedure

Validates the password of the current user.

Syntax
sa_verify_password( curr_pwsd )
Arguments
  • curr_pwsd   Use this CHAR(128) parameter to specify the password of the current database user.

Remarks

This procedure is used by sp_password. If the password matches, the procedure simply returns. If it does not match, the error Invalid user ID or password is returned.

Permissions

None

Side effects

None

See also