SSIS with Sql Server 2005 Express

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

0
source share
1 answer

SQL Server Express editions do not ship with the SSIS package. Please check http://www.microsoft.com/Sqlserver/2005/en/us/compare-features.aspx

One way around this is to create SSIS packages on the standard version and copy them. Here it can be convenient http://daron.yondem.com/PermaLink.aspx?guid=c44d040b-ed02-4330-a662-4cd9d6fb1bf3

amuses

+2
source

All Articles