Using either the Tfs_Warehouse.dbo.DimWorkItem (with System_WorkItemType = 'Code Review Request') and Tfs_Warehouse.dbo.DimChangeset tables, or the .CodeReview.tbl* and .dbo.tbl_ChangeSet tables, or some combination of those, what joins do I need in a SQL SELECT statement to relate a Changeset to the Code Review for that Changeset (assuming that one exists)?
I had this figured out for TFS 2012, but that query no longer works in 2015 due to the data model differences.