My questions is how TFS 2010 send its log to the TFS data warehouse?
Does all the contents of the build.log are sent to TFS data warehouse? In what way, is it thru web service?
My questions is how TFS 2010 send its log to the TFS data warehouse?
Does all the contents of the build.log are sent to TFS data warehouse? In what way, is it thru web service?
The contents of the build log is stored (in TFS 2010 anyway) in the Tfs_Collection database's.
Have a look through the following tables:
Given that the data is in the TFS_Collection database's, it is just copied via the TFS's SQL analysis server setup, in the same way the rest of the data is copied into the warehouse.