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.