Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

SQL Server 2005 users may notice that SQL Diagnostic Manager does not display the Job History for the listed SQL Agent jobs. This These issues is the result of a SQL Server 2005 security setting. You can override this security setting by using the following statement on the target server:

sp_configure 'agent XPs',1 
reconfigure with overrid

...

...