Agent XP nowhere to be found?

  • So I'm setting up a new server with a fresh copy of SQL Server 2008r2 and Ive gotten to the point of setting up the Agent XPs  so I can turn on the Server Agent.
    So I run :
    sp_configure 'show advanced options', 1;
    GO
    RECONFIGURE;
    GO
    sp_configure 'Agent XPs', 1;
    GO
    and get (The configuration option 'Agent XPs' does not exist, or it may be an advanced option.).

    So I take a look and guess what... it's not there.

    I've google'd this a few times... am getting nothing. Any clues?

  • Never mind... I was having a 'Blond Moment'..... figured it out.

  • Care to share for other blondes out there?

  • Joe Torre - Tuesday, October 3, 2017 5:04 PM

    Care to share for other blondes out there?

    Would have probably just highlighted and ran the sp_configure 'Agent XPs', 1;
    That screenshot would be with allow advanced options set to 0

    Sue

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply