Executing Ssis Package with SQL Authentication

Executing SSIS Package with SQL Authentication

I don't think you can execute this using an SQL Server authentication, you will receive the following exception:

The operation cannot be started by an account that uses SQL Server Authentication. Start the operation with an account that uses Windows Authentication

There are many workaround that you can do, check the following links:

  • The operation cannot be started by an account that uses SQL Server Authentication. SSIS Package
  • Issues with module signing and SSIS catalog internal procedures

How can I use SQL Server Authentication for SSIS Packages Deployment using a Catalog?

SQL Server Authentication is not supported for the Project Deployment model.

There is no hack, no workaround - a windows account must be authenticated to SQL Server and authorized to do the deploy.



Related Topics



Leave a reply



Submit