I am trying to run my SSRS reports on different servers that point to different databases (one for development, one for staging and one for production).
If I create the report and set up a data source I will be pointing at a particular server and cube. It will be a different server for each (development, staging and production) and would have to have a different connection string for each.
I am not going to change the report for each (dimension tables and fact tables would still be the same) just the connection and possibly the Cube (The cube could be appended with Dev, Stage, Prod).
Is there a way to use a configuration file to get the cub and database (connection string) at run time?
Thanks,
Tom
If I create the report and set up a data source I will be pointing at a particular server and cube. It will be a different server for each (development, staging and production) and would have to have a different connection string for each.
I am not going to change the report for each (dimension tables and fact tables would still be the same) just the connection and possibly the Cube (The cube could be appended with Dev, Stage, Prod).
Is there a way to use a configuration file to get the cub and database (connection string) at run time?
Thanks,
Tom