I think it is a common issue: you have a large and complex database, and a few hundreds of reports built on top of it. everytime, before the DB schema is changed, someone need to look at the reports to make sure the reports are not affected.
Is there any tools to check the dependency of reports(reporting service) for the database change?
-- update We are using MS reporting service for the report, and SQL server database.
Thanks in advance