sa_verify_password system procedure

Validates the password of the current user.

Syntax

sa_verify_password( curr_pswd )

Arguments

Remarks

This procedure is used by sp_password. If the password matches, it is accepted. If the password does not match, an error is returned.

Permissions

None

Side effects

None