Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top