0

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

Srini V
  • 11,045
  • 14
  • 66
  • 89
madcolor
  • 8,105
  • 11
  • 51
  • 74

1 Answers1

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