-1

I have an Azure-hosted SQL Database. As is well documented, SSIS is not currently supported on Azure. There are a number of articles about running SSIS and SQL on an Azure VM, but this is prohibitively expensive.

Is it possible to deploy SSIS packages to an Azure VM and have them execute against my Azure SQL database to automate the import of CSV data?

Gavin Hill
  • 156
  • 1
  • 9

1 Answers1

0

It would seem what I want to achieve is impossible as I would need a full SQl Server licenses in order to run SSIS packages. This thread confirms that

To execute SSIS packages using dtexec or any other method requires a full SQL Server license for the server that you are running them on. Although SQL Server components can be split out, you still need a full license for every server you install them to.

Gavin Hill
  • 156
  • 1
  • 9