skittle
skittle

Reputation: 131

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?

Upvotes: 4

Views: 1915

Answers (1)

Hadi
Hadi

Reputation: 37348

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:

Upvotes: 2

Related Questions