Question

This is a beginner question ,I have to create some SQL Reports with business intelligence studio 2005 ,but i dont have any idea how to connect to the TFS server 2008 Database. These are my doubts, 1.how to get the TFS DB server name, whether this will be different from TFS server name. 2.What all user permissions are required for working with the DB and which database of TFS 2008 should i connect to. 3.Whether Business Intelligence Studio 2005 supports creating reports for TFS 2008.

Thanks

Was it helpful?

Solution

A normal TFS 2008 installation consists of multiple DBs on a single SQL Server. For the name of that SQL instance you need to ask your administrator.

For reports you want to use the TfsWarehouse DB. This DB also feeds a SSAS cube (again, ask your admin for the instance name), which can also be used for reports.

You need read permissions (data_reader on SQL Server) on one or both to create reports against it. Using BI Studio 2005 should not be a hindrance.

A word of caution: The warehouse structure has changed significantly with TFS 2010, so your reports will require some rework when you change.

Check out this blog for additional info on custom TFS reports and the warehouse structrure.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top