Anyone know what group I need to belong to show up in the sp_help_operator list?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Judging from the docs for sp_help_operator, it looks like you need to explicitly add/remove operators using sp_add_operator and sp_delete_operator.

http://msdn.microsoft.com/en-us/library/aa238703(SQL.80).aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.