SSIS with Sql Server 2005 express

一笑奈何 提交于 2019-12-11 15:37:52

问题


Can we use SSIS with SQL Server (2005) Express as database?


回答1:


SQL Server Express editions don't come with SSIS package. Please check this http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx

One way to get around it is to build SSIS packages on Standard Edition and copy them. Here, this might be handy http://daron.yondem.com/PermaLink.aspx?guid=c44d040b-ed02-4330-a662-4cd9d6fb1bf3

cheers



来源:https://stackoverflow.com/questions/1046888/ssis-with-sql-server-2005-express

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!