Anyone know what group I need to belong to show up in the sp_help_operator
list?
Asked
Active
Viewed 688 times
0
1 Answers
1
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

Brannon
- 25,687
- 5
- 39
- 44