I have 22 tabs containing query's where the data source is a SQL Server. This application will move between multiple environments, so the connection string embedded in each tab will need to be changed.
Is there a way to 'globally' make this change to the connection string without having to edit each connection string one tab at a time?
Thanks.