English 中文(简体)
• 如何将数据传送到数据仓库
原标题:How Does TFS 2010 Build Logging send data to data warehouse

我的问题是2010年图瓦卢食品安全局如何将其记录送至TFS数据仓库?

该建筑的所有内容。 记录被送往TFS数据仓库? 它以什么方式削弱网络服务?

问题回答

施工记录的内容(在Tfs_Collection数据库中)储存在Tfs-2010年。

查阅以下表格:

select * from [tbl_Build] b
 join [dbo].[tbl_BuildDefinition] d on b.DefinitionId = d.DefinitionId
 join [dbo].[tbl_BuildInformation] bi on bi.BuildId = b.BuildId
 join [dbo].[tbl_BuildInformationField] bif on bif.NodeId = bi.NodeId

鉴于数据在TFS-Collection数据库中,它刚刚通过TFS-Q分析服务器安装,数据的其他部分也以同样的方式并入仓库。





相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签