Using service accounts to connect to DB

  • Hi Team,

    Can I use service account to execute SSIS package, it is set as scheduled task , so hw can i set it to use service account to connect to DB in connectionstring

  • Hi,

    You have to setup a proxy account (using admin credentials) to run SSIS package from Sql Agent. Refer this article for further information on Proxy account.

    You can't use proxy account to connect DB. DB connection should be established from package using package hard coded connection strings or from any one configuration method

    Hope this helps.

    Regards,

    Vijay

Viewing 2 posts - 1 through 1 (of 1 total)

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