PRB: No RAISERROR in sp_passwordID: Q77189
|
The global variable @@ERROR is not set if the sp_password procedure fails because the wrong password is supplied.
This is expected behavior of SQL Server. The sp_password procedure does not use the RAISERROR statement on error conditions. Instead, it prints out a message and exits the procedure.
Additional query words: stored procedures Windows NT
Keywords : kbprg SSrvStProc SSrvServer SSrvWinNT
Version : 4.2 | 4.2
Platform : OS/2 WINDOWS
Issue type :
Last Reviewed: March 11, 1999