How to connect to SQL server failover partner using Python?
Hello All, I use ms sql server and Python2.7 and I am looking for a way to connect to a failover db partner server in case of failover. I have tried using pymssql and pyodbc modules but none have the support for failover server. I tried to find relat...
Jan 20, 2016NLL