cancel
Showing results for 
Search instead for 
Did you mean: 

Roles required for sp_monitorconfig

former_member213644
Participant
0 Kudos

Hi,

We are using sp_monitorconfig in our code. According to this doc

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc36273.1572/html/sprocs/X2...

we need either manage server privilege or user with sa_role to run it. Providing this is bit risky. Are there any roles with lesser risk that can we can provide to the user since we are trying to create a read only user?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188958
Active Contributor
0 Kudos

There is a way to allow other users to run sp_monitor config through a wrapper procedure that uses a hidden password-activated role to temporarily grant sa_role so that they can execute sp_monitorconfig (or whatever else the wrapper procedure is written to let them do) but not anything else.

See http://www.sypron.nl/grant_sa.html for details.

cheers,
-bret