Hi when you have two companies A & B where the data achitecture is as below .
Company A
DatabaseName: dataA
Server: ServerA
Compnay B
DatabaseName: dataB
Server: ServerB
is there a way to paramertize selection of data source based on the selection of the company so that we can access the serverB when company B is selected .
In this case the database is SQL Server 2014 and both Databases contain exactly same database objects .