Hi,
I am using following connection string to connect to multi server and databases:
="data source=" & Parameters!Server.Value & ";initial catalog=" & Parameters!Database.Value
It works fine for single parameter, however when I change other parameters to use dynamic connection it throws an error.
Any help will be greatly appreciated.