RE: Management Reporter - extract rows using SQL
Hi Steve,
There is no easy way to extract that data from the MR database... not as I know of, and I've doing a lot of SQL queries for MR.
What I'd do is restore the MR backup that you have on CU15 to a different system (TEST or DEV environment), or even a local SQL Express would do it. Then retrieve the exact CU version that's defined in one of the MR tables (don't remember the exact name, but it's a table that only holds 2 rows (always)). Then install that exact same version, though any newer version of MR would do it and automatically upgrade the database.
Since the database was restored on a different server, you'll have to reset the Encryption key on the MR Database... search the forums here, there are old threads about that topic. Once you have a functional MR server working, you can access the data with MR Designer and export all building blocks with it.
HTH.