August 12, 2015 at 10:37 am
Is there a way to figure out all the reports on reportserver that use a particular view?
I am trying to get rid of the view but need to make sure nothing is dependent on it .
August 12, 2015 at 11:12 am
Exercise your googlefu!
and dig around on sqlauthority... it's probably on there.
August 27, 2015 at 9:15 am
Detail information of reports deployed in report server are stored in report server database catalog table, you can query data source, dataset, parameters and so on in this table. Sample query for your reference:
Listing all Data Sources and their Dependencies (reports, items, etc) in SQL Server 2008 R2
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply