I am trying to change the server for several dozen reports, all developed by different people, that use a mix of:
- Shared Datasources (have a query for this)
- Custom Data Sources in
RDLs
(not perfect but I have aPowerShell
script that will download all reports, then I can them search them withNotepad++
) - Custom Data Sources that are overridden on the
SSRS Server
.
Does anybody have a way to find the details of the Custom Data Sources? Shared is easy. I need to get the details of the CUSTOM. Tried going through the data sources table but it's not standard varbinary
.
And hey, bonus fake internet points if you have a way to update the custom DS
as well; I already have code to change the shared ones.