Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to use SSIS /BIDS project in Visual Studio 2012.

I have both Visual Studio 2010 and Visual Studio 2012 installed along with Microsoft SQL Server 2012.

VS 2010 was installed first followed by MS SQL 2012 which got me BIDS integrated with VS 2010.

However I cannot seem to find any help on integrating BIDS with VS 2012.

I came across few question on SO related to this topic but all of them had integration with 2010 and not 2012.

I know that with MS SQL 2012 I get a SQL Server Data Tool. Does this mean that Visual Studio 2012 and BIDS cannot be integrated ?

Solution :

I had to update the solution here since one of the answers I received partially solved the issue. The Answer provided by did solve the issue @user2141936 but I kept on getting an BlockMixedArchitectureInstall error while updating an existing instance.

It worked without with creating a new instance!!

share|improve this question

2 Answers

up vote 17 down vote accepted

Welcome to Microsoft Marketing Speak hell. With the 2012 release of SQL Server, the BIDS, Business Intelligence Designer Studio, plugin for Visual Studio was renamed to SSDT, SQL Server Data Tools. SSDT is available for 2010 and 2012. The problem is, there are two different products called SSDT.

There is SSDT which replaces the database designer thing which was called Data Dude in VS 2008 and in 2010 became database projects. That a free install and if you snag the web installer, that's what you get when you install SSDT. It puts the correct project templates and such into Visual Studio.

There's also the SSDT which is the "BIDS" replacement for developing SSIS, SSRS and SSAS stuff. As of March 2013, it is now available for the 2012 release of Visual Studio. The download is labeled SSDTBI_VS2012_X86.msi Perhaps that's a signal on how the product is going to be referred to in marketing materials. Download link is Microsoft SQL Server Data Tools Business Intelligence for Visual Studio 2012

None the less, we have Business Intelligence projects available to us in Visual Studio 2012. And the people did rejoice and did feast upon the lambs and toads and tree-sloths and fruit-bats and orangutans and breakfast cereals

enter image description here

share|improve this answer
I think this just out released in December 2012 msdn.microsoft.com/en-us/jj650015 – frictionlesspulley Jan 4 at 19:22
@frictionlesspulley Test it for yourself. For me, it only installs the database project. There is nothing SSIS related in there. I'm open and in fact will happily be proven wrong on this matter ;) – billinkc Jan 4 at 19:57
3  
@billinkc might this be the one that wins the Free Download of the Year award?? See microsoft.com/en-gb/download/details.aspx?id=36843 – Valentino Vranken Mar 6 at 12:46
1  
+1 just for turning your answer into a biblical feast. Made my day, plus the info was good too ;) – akousmata Mar 22 at 17:15
3  
@akousmata Methinks, that is more of a Monty Python reference than a biblical one. But then they were making a biblical reference so maybe I am just splitting hairs over the proper number of pointer dereferences to a joke--a sure sign I should go outside into the sun and escape my cube. – Ukko May 7 at 16:38
show 9 more comments

Today March 6, 2013, Microsoft released SQL Server Data Tools – Business Intelligence for Visual Studio 2012 (SSDT BI) templates. With SSDT BI for Visual Studio 2012 you can develop and deploy SQL Server Business intelligence projects. Projects created in Visual Studio 2010 can be opened in Visual Studio 2012 and the other way around without upgrading or downgrading – it just works.

The download/install is named to ensure you get the SSDT templates that contain the Business Intelligence projects. The setup for these tools is now available from the web and can be downloaded in multiple languages right here: http://www.microsoft.com/download/details.aspx?id=36843

share|improve this answer
I installed this on a new vm with vs 2012 sp1 already on and it appeared to install fine, but I don't see Business Intelligence templates when I do new Project. Are there added steps I'm not aware of? I did a windows update and reboot and still no luck. – cyberpine Mar 21 at 15:48
1  
I got a BlockMixedArchitectureInstall error with Visual Studio 2012 Ultimate and SQL 2012 intance already installed !! – frictionlesspulley Mar 25 at 15:06
I got same error. – Zee Mar 25 at 18:03
I already have SQL Server 2012 (x64) and VS2012 installed. When running the installer I selected "existing instance" and got the BlockMixedArchitectureInstall error. But, if I instead select "New Instance" it installs fine, and it doesn't actually create a new SQL Server instance on my machine. A bit confusing but it works :) – spoida May 9 at 2:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.