I am running Visual Studio 2010 Ultimate -- wh开发者_运维百科ich integrates with TFS source control. However, when I run SQL Server 2008 Business Inteligence Studio, no source control is offered. When I look under Tools... Options... Source Control... there are no plug-ins available. Is this because BI Studio uses the 2008 Visual Studio Shell and I only have VS 2010? TIA.
I think you need to do the following:
- Install Visual Studio Team Explorer 2008
- Install Visual Studio 2008 SP1
- Install Visual Studio 2008 SP1 Forward Compatibility Update for Team Foundation Server 2010 (KB974558)
Here is a list of items that you need to install to get TFS 2010 working in BIDS: http://microsoft-ssis.blogspot.com/2012/04/ssis-2008-with-team-foundation-server.html
One thing to keep in mind is when you connect to the server from BIS you need to use the full url http://tfsserver:8080/tfs. If you don't use the full URL it will throw a connection error.
According to MSDN Forums you need VS 2005
精彩评论