Run SSIS Package Without SQL Server Integration Services

Piyush Jain picture Piyush Jain · Nov 30, 2017 · Viewed 14.1k times · Source

Can we run SSIS Package without integration services? If Yes then what are the steps? If No then what is the minimum requirement.

The problem statement is as follow:

I am using SQL Azure database to store the data. I also have Azure VM from which I need to schedule SSIS Packages. In this Azure VM we don't have Integration Services Installed. My approach is to schedule the SSIS package using batch file in windows scheduler.

I have gone through various threads and posts regarding this but didn't get the correct answer.

Answer

Hadi picture Hadi · Nov 30, 2017

You cannot run a SSIS package (.dtsx) without installing the SQL Server integration Services. The minimum requirements are the SSIS client tools and the DTEXEC utility so you must install the Integration Services shared feature from the SQL Server install media.

References