I am trying to do mirroring in sql server. currenty I am using below jdbc url to connect to database from java.
jdbc:jtds:sqlserver://dbhost/db_schema_name;instance=instance_name
Please Can anyone help me to find failover string for the same.
Thanks in advance...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to do mirroring in sql server. currenty I am using below jdbc url to connect to database from java.
jdbc:jtds:sqlserver://dbhost/db_schema_name;instance=instance_name
Please Can anyone help me to find failover string for the same.
Thanks in advance...