Gwen_Kreager
15 years agoNew Contributor
Problem connecting to SQL Server Instance
Hi,
We have several instances of SQL server running on a server and I'm having trouble in SoapUI Pro connecting to any instance of the server but the initial one.
Example:
On our server, we have the following instances of SQL Server installed:
testServer (instance one)
testServer\Red (instance two)
testServer\Blue (instance three)
In SoapUI pro, I can use the following connection string to successfully conect to the first instance above:
jdbc:sqlserver://testServer:1433;databaseName=DatabaseName;integratedSecurity=true;
However, I can't seem to create a connection string which will let me connect to the other two instances. Here are the connection strings I've tried:
jdbc:sqlserver://testServer\Red:1433;databaseName=DatabaseName;integratedSecurity=true;
jdbc:sqlserver://testServer\\Red:1433;databaseName=DatabaseName;integratedSecurity=true;
Any idea what the correct connection string one would use to connect to a named SQL Server instance like the ones I've outlined above? Any help would be greatly appreciated.
We have several instances of SQL server running on a server and I'm having trouble in SoapUI Pro connecting to any instance of the server but the initial one.
Example:
On our server, we have the following instances of SQL Server installed:
testServer (instance one)
testServer\Red (instance two)
testServer\Blue (instance three)
In SoapUI pro, I can use the following connection string to successfully conect to the first instance above:
jdbc:sqlserver://testServer:1433;databaseName=DatabaseName;integratedSecurity=true;
However, I can't seem to create a connection string which will let me connect to the other two instances. Here are the connection strings I've tried:
jdbc:sqlserver://testServer\Red:1433;databaseName=DatabaseName;integratedSecurity=true;
jdbc:sqlserver://testServer\\Red:1433;databaseName=DatabaseName;integratedSecurity=true;
Any idea what the correct connection string one would use to connect to a named SQL Server instance like the ones I've outlined above? Any help would be greatly appreciated.