views:

35586

answers:

5

I have installed Microsoft SQL SERVER 2005.

This consists of the Configuration tools(SQL server configuration manager,SQL Error and usage Reporting, Sql Sever Surface area configuration, Reporting Services configuration) and SQL Server Management Studio.

However I dont find SQL Server Business Intelligence Development Studio.

Can anybody tell me how to install it?

Is it available online as a freeware download?

+1  A: 

http://msdn.microsoft.com/en-us/library/ms173767.aspx

Business Intelligence Development Studio is Microsoft Visual Studio 2008 with additional project types that are specific to SQL Server business intelligence. Business Intelligence Development Studio is the primary environment that you will use to develop business solutions that include Analysis Services, Integration Services, and Reporting Services projects. Each project type supplies templates for creating the objects required for business intelligence solutions, and provides a variety of designers, tools, and wizards to work with the objects.

If you already have Visual Studio installed, the new project types will be installed along with SQL Server.

More Information

TheTXI
I have installed Visual Studio 2008.
Sheetal
SQL Server 2005 actually installs the project for Visual Studio 2005, not 2008. On my machine, the BI Studio link directs to "C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe"
Frank Schwieterman
+6  A: 

It sounds like you have installed SQL Server 2005 Express Edition, which does not include SSIS or the Business Intelligence Development Studio.

BIDS is only provided with the (not free) Standard, Enterprise and Developer Editions.

Ed Harper
You are probably right about this, but do you have any link where this information is published? I really can't find this on msdn..
Oskar
http://www.microsoft.com/sqlserver/2005/en/us/compare-features.aspx - see the Business Intelligence section.
Ed Harper
Perfect, thanks!
Oskar
+2  A: 

If you have installed SQL 2005 express edition and want to install BIDS (Business Intelligence Development Studio) then go to here Microsoft SQL Server 2005 Express Edition Toolkit

This has an option to install BIDS on my machine, and is the only way l could get hold of BIDS for SQL Server 2005 express edition.

Also this package l think has also allowed me to install both BIDS 2005 & 2008 express edition on the same machine.

BobF
A: 

thanks a lot for the BIDS link for SQL Server Express.

Subodh
A: 

I figured it out and posted the answer here http://webtackle.com/portal/BLOG/tabid/152/EntryID/2/Default.aspx.

I had this same problem. I am running .NET framework 3.5, SQL Server 2005, and Visual Studio 2008. While I was trying to run SQL Server Business Intelligence Development Studio the icon was grayed out and the devenv.exe file was not found.

Hope this helps, Eddie

Edward Diaz