coffeeak
coffeeak

Reputation: 3120

SQL Server 2008 Express Integration Services

Does SQL Server 2008 Express support Integration Services? When I try to create an Integration Services project, it says that I have to install Integration Services, but I cannot find the option in the setup for the installation. How can I install it? thanks

Upvotes: 3

Views: 11820

Answers (2)

Chris
Chris

Reputation: 47

Microsoft SQL Server 2008 Express doesn't support Integration Services at it's fullest. It will support, access to basic data sources, but not the full suite that is included in the Standard edition of MSSQL Server 2008.

I don't believe there is a way around this. It's part of the installation package and I don't believe Express has the necessary programmatic pieces for Integration Services.

Upvotes: 1

Yuck
Yuck

Reputation: 50845

No, it does not. From Features Supported by the Editions of SQL Server 2008 R2:

ok

You need to be running at least Standard Edition.

Upvotes: 4

Related Questions