I am quite new to this so I would really appreciate your help!!!!
My repository is in TFS and I am using Visual Studio 2015 and SSMS 2016 and my manager asked me to find the "lines changed" per branch for specific author.
Could you please help in how I could achieve that?
There is a
FactCodeChurn
table in the TFS data warehouse that should contain the data you need.You could use some SQL query statement such as below:
Note: You must have permission to access the Tfs_Warehouse database to execute the above statement.
Take a look at more details about Code Churn tables in warehouse database. Add a related blog including two ways using the TFS API and using the TFS Warehouse Database for your reference: