The server name and database are passed in as parameters to the report and used in the connection string. However, we are using the same sql account for authentication...
The data for each of our clients may be stored on seperate SQL Server instances so we pass in the server name and database name per client. Some clients...