Forum Discussion
Switching data sources
- 10 years ago
Easiest way is to use the Advanced Editor in the Query Editor and just edit the Source line to point to the new DB. Would have to see your source line to tell you specifically.
In the future, consider using parameters to parameterize the server name/db name.
Easiest way is to use the Advanced Editor in the Query Editor and just edit the Source line to point to the new DB. Would have to see your source line to tell you specifically.
In the future, consider using parameters to parameterize the server name/db name.
- gdssiqueira10 years agoHelper I
Seems straighforward enough. My source line looks pretty simple Source = Sql.Database("MyAddress"). It seems that all I have to do is replace the Source line with the new DB for all queries.
I will look into the usage of parameters. Thanks for the help!