• HI,

    Use Execute SQL task with master Database connection..

    use command

    xp_cmdshell 'NET START TELNET'

    (Service name you have to find from

    the control pannel. if you need to run your own service make sure

    you have registered that service.)

    xp_cmdshell 'NET STOP TELNET'

    and this way u can even run the package as job it will work succesfully.

    🙂