Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Web Edition SSIS

SSIS designer and runtime is not part of SQL Server 2014 Web edition.

Does this mean SSIS packages cannot be run as scheduled jobs on web edition via SQL Agent even if written on SSIS from the Developer version?

like image 539
skittle Avatar asked Oct 21 '25 04:10

skittle


1 Answers

According to this Microsoft article, ssis cannot be used in Web edition.

Also based on the answers of these questions, you will receive a license error while trying to do this:

  • Can I run SSIS packages with SQL Server Express or Web or Workgroup editions?
  • Running scheduled SSIS pkg with SQL Server 2012 Web Edition
like image 141
Hadi Avatar answered Oct 23 '25 22:10

Hadi