Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
校验当前用户的口令。
sa_verify_password( curr_pwsd )
curr_pwsd 使用此 CHAR(128) 参数指定当前数据库用户的口令。
此过程由 sp_password 使用。如果口令匹配,则该过程直接返回。如果不匹配,则返回错误 [用户 ID 或口令无效]。
用户 ID 或口令无效
无