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