dheena
dheena

Reputation: 95

Integration services feature is not found in SQL Server 2008 R2 Express Edition?

I want to install the following features in SQL Server 2008 R2:

But setup is not showing me this feature in the installation window.

I downloaded SQL Server 2008 R2 Express edition from this link :

sql server 2008 r2

but I cant find Integration services feature in this setup.

help me with suggestion to install Integration services . Also provide with links to download sql server 2008 r2 enterprise edition

Upvotes: 0

Views: 1476

Answers (1)

Andrey Korneyev
Andrey Korneyev

Reputation: 26846

SQL Server Express does not supports Integration Services.

Business Intelligence Development Studio is not included into Express edition, but it is inculded into Express with Advanced Services edition.

See MSDN for comparison table of features supported by different editions of SQL Server.

You have to install at least Standard edition in order to be able to use Integration Services, but note - is is not free to use like Express edition.

Upvotes: 1

Related Questions