英文:
Where are the Description and Discussion fields in TFS stored in the SQL database
问题
我一直在查看TFS_Default Collection和TFS_Warehouse数据库,但没有找到任何运气。
如果有任何建议或提示,将不胜感激。
英文:
I've been looking in the TFS_Default Collection and TFS_Warehouse database's but haven't had any luck.
Any advice or tips would be greatly appreciated.
答案1
得分: 1
TFS_Warehouse不包含多行文本字段。对于TFS_DefaultCollection,不建议使用操作数据库,因为这可能会影响TFS性能。考虑使用Rest API:
您可以使用NuGet包Microsoft.TeamFoundationServer.Client,示例。
英文:
TFS_Warehouse does not contain multi-line text fields. For TFS_DefaultCollection, it is not recommended to use operational databases because that may affect TFS performance. Consider to use Rest API:
You can use nuget package Microsoft.TeamFoundationServer.Client, Samples
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论