• Hi,

    You'll need to enable the Agent XP's by using following:

    sp_configure 'show advanced options','1'

    RECONFIGURE

    go

    sp_configure 'Agent XPs','1'

    RECONFIGURE

    go

    This will enable Agent XP's and SQL Server Agent should start.

    Thanks,

    Phillip Cox

    MCITP - DBAdmin