質問

I got SQL Server 2012 installed on my machine and I have SSDT to create BI projects.

Today i installed Visual Studio 2012; but i cannot create any of BI projects in Visual Studio 2012. Is there a way I can open BI (SSIS/SSAS/SSRS) projects in VS 2012 or should i have to always go back to SSDT to open them.

役に立ちましたか?

解決

Check out this blog post. Basically, there are two versions of SSDT (even though Microsoft doesn't ever explicitly state this), and depending on how you installed SSDT, you get one or the other version. As a further note, SSDT will only work with BIDS in SQL Server 2012, not 2008R2.

他のヒント

SSRS development functionality became available for Visual Studio 2012 in March 2013. And Microsoft started to distinguish between SSDT and SSDT-BI (which contains the BI tools). They are complementary installations, and both must be installed for Visual Studio to be happy working with SSRS reports.

The components needed for SSRS development are as follows:

In addition to this, only SQL Server Data Tools 2010/VS2010 has access to the entire BI suite. This is not yet available for VS2012/SQL Server Data Tools 2012, which only has access to the SQL Database project. Fortunately (or maybe not), both can be installed to the same system without systemic conflict. As to your mental conflict, your mileage may vary.

It is available now as an additional download at http://www.microsoft.com/en-us/download/details.aspx?id=36843

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top