using SQL scripts what would we write to find the shared data source reference (highlighted in green) as well as the name in the blue box in SSRS rdl files?
I am looking for a list to pull all the report names, the data source names (in blue box) and the actual data source reference (in the green box) on the server that is used. There is a lot of overlap of names used and we need to clean up reports. (there are too many to do this manually).
SELECT Content FROM ReportServer.dbo.[Catalog];
), and Microsoft don't supply decryption key. You'll need to check the files you have stored locally. Easiest way would be via PowerShell. – LarnuCONVERT(xml, CONVERT(varbinary(max), content))
you get a massive string of semi-sensical data. i am still not sure how to pull out that field specifically – Elizabeth