Reputation: 823
Within our infrastructure we have a UAT, PreProd (staging area), and Prod (Live) environment. I'm locked down obviously to only being able to create reports in our UAT environment. My question is, when creating a datasource within an SSRS report you obviously attach a server name to this, so i would add our UAT server. When this is promoted to our PreProd environment, how can i ensure that this server name picks up our PreProd server and not has the UAT server name embedded into it?
Upvotes: 2
Views: 2541
Reputation: 824
Try the following steps:
Create Shared datasources , say, "SharedDataSource"
Have this shared datasource as a part of all the report projects that you work on and or controlled by source code repository
You are done. Create reports ... deploy them on UAT server .. have them tested ... promote them to PreProd and repeat the process ... and finally to the Prod.
Upvotes: 2
Reputation: 946
Instead of using embed datasource, use shared datasource. Refre this link for more details link
Upvotes: 1