I am trying to run the following script on SQL 2000:
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'ave enabled' 1;
GO
RECONFIGURE;
GO
sp_configure 'Agent XPs', 1;
GO
RECONFIGURE
GO
and get an Error:
"the configuration option 'agent XPs' does not exist or it may be an advanced option"
Any Idea?