|
官方网站的解释
Error 18033
Severity
0
Error message text
You cannot drop user because user '%1!' owns thresholds in database.
Explanation
The user who created a threshold or last modified a threshold is the threshold owner. A user who owns a threshold cannot be dropped. Error 18033 occurs when you use sp_dropuser to try to drop a user who owns a threshold.
Action
You have three options:
Drop the threshold procedure owned by the user. Then you can drop the user.
Have another user with appropriate privileges modify the threshold. Then you can drop the user.
If you want to inactivate the user Adaptive Server login while leaving the threshold active, use sp_locklogin to prevent use of the login.
应该是还有存储过程没有删除,检查一下你的sql拼写是否正确,或者你用select * from systhresholds
看一下,有没有记录 |
|