简体   繁体   English

将TFS数据迁移到SQL Server 2008进行报告

[英]migrating TFS data to SQL Server 2008 for reporting

We are developing a reporting sytem which actually consolidates project related data (Bugs, Issues, Testcases) from different systems like TFS,svn etc. so that managerial guys can diffrent kind of reports of any project. 我们正在开发一个报告系统,该系统实际上可以合并来自TFS,svn等不同系统的项目相关数据(错误,问题,测试用例),以便管理人员可以区分任何项目的报告。

For this purpose we want TFS data to move to our SQL Server database because, as per our understanding we can't access TFS database directly in the production environment. 为此,我们希望将TFS数据移动到我们的SQL Server数据库中,因为根据我们的理解,我们不能在生产环境中直接访问TFS数据库。

Can we use the TFS api to Transfer the data or is any other efficient method available? 我们可以使用TFS api传输数据还是有其他有效的方法可用?

please suggest. 请提出建议。

TFS runs on SQL Server. TFS在SQL Server上运行。 As long as you have the necessary permissions, you can access it. 只要您具有必要的权限,就可以访问它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM