How to update a stored procedure in a shared dataset used by multiple report projects at once?

倖福魔咒の 提交于 2019-12-13 01:34:20

问题


Situation: We can use the same shared dataset in different SSRS projects. We can deploy updated shared dataset to the same location on the web from multiple different projects. This is ok.

The problem: If we update shared dataset for one project (changing stored procedure that it uses) - how will we know where else in another projects the same dataset is used and needs to be updated. We don't know how to update shared dataset in all projects at once so they all use the same stored procedure after update. Do I have to go to each report project and update shared dataset manually?

Example. We have 2 projects:
- Report_AB
- Report_DE

Both use the same shared dataset: common_dataset. Both use also the same dataset deployment path: ServerName/Shared Data Sets

Then, in project Report_AB i go to the above dataset properties and change stored procedure behind it from stored_procedure_01 to stored_procedure_02.

After all my changes have been made I will check that into TFS.

Common_dataset in project Report_DE will stay still the same - so I would have to go to that report project and update that dataset as well and also check that in.

What if I have 5 different report projects using the same dataset and I don't really remember which ones are the ones that use it?? Do I have to go one by one and find them all first and then update shared dataset for each of those report projects?

来源:https://stackoverflow.com/questions/34630812/how-to-update-a-stored-procedure-in-a-shared-dataset-used-by-multiple-report-pro

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!