Can I run SSIS packages with SQL Server Express or Web or Workgroup editions?

后端 未结 3 2070
[愿得一人]
[愿得一人] 2020-12-10 02:19

I have looked at the SQL Server 2008 feature comparison matrix and it lists the express/web and workgroup editions as having the SSIS runtime. Does this mean it is possible

3条回答
  •  温柔的废话
    2020-12-10 02:36

    The workgroup edition only has primitive import and export capabilities. As far as I can confirm, if you want to create SSIS packages using any data transformations you need to get SQL standard edition or higher.

提交回复
热议问题