从哪里开始查询 TFS 数据库/仓库?
现在我所拥有的只是 tfs 门户的链接 http://...
我想编写一个直接查询的应用程序或 编写一个查询数据库的 SQL 查询(我不知道服务器地址或如何确定数据库或仓库服务器信息)
如果您熟悉任何提示、技术或资源,请指教?!
最终目标: 1. 根据不同的外部报告标准询问工作项目。
Right now all I have is a link to the tfs portal http://...
I'd like to either write an app that queries directly or
write a SQL query that queries the database (which I do not know the server address for or how to determine the database or warehouse server info)
If you are familiar with any tips, techniques or resources, please advise?!
End Goal:
1. Interrogate WOrkitems based on varying criteria for external reporting.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个关于 TFS 2008 仓库架构和内容的 msdn 站点。
http://msdn.microsoft.com/en -us/library/ms244696%28v=vs.80%29.aspx
TFS 2010 仓库在结构上有所不同,但对于初学者来说遵循的路径是相似的,因此文档应该对您有帮助。
Here is an msdn site about TFS 2008 warehouse architecture and stuff.
http://msdn.microsoft.com/en-us/library/ms244696%28v=vs.80%29.aspx
TFS 2010 warehouse is different in structure but the path to follow is similar for a beginner so the documentation should do good for you.