I have been trying to find out what (if anything) is using a particular database table, so I can update it.
I have found a stored procedure accessing this table that is used by a SSRS instance for a shared dataset. I have a copy of the SSRS solution and when I open it in VS2008 I can see the dataset. There are also 18 reports in this solution. When I right-click and select find usages
on any of the shared datasets it just says "Usages of blah.rsd was not found"
.
I can individually open each Report and check the datasets on each report to see if they match the shared dataset, but that seems ridiculous.
Surely there is an easier way to find usages of the shared dateset?