Error 17875

Severity

0

Message text

Only the DBO of database '%1!' or a user with System Administrator (SA) role may add, delete, or modify thresholds in that database.

Explanation

This error occurs when you try to run sp_addthreshold, sp_dropthreshold, or sp_modifythreshold and you are not the owner of the current database and do not have the “sa” role.

Action

If you are not the database owner, run sp_displaylogin to display roles currently assigned to you. (You must have the sso_role or sa_role to display this information about another user.)

Ask your system administrator to grant you the sa_role or ask another user to execute the command.

Versions in which this error is raised

All versions