sa_verify_password system procedure

Function

Validates the password of the current user.

Syntax

sa_verify_password ( string )

Parameters

Remarks

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.

Permissions

None

Side effects

None