in reply to Database connection issue with SQL server cluster

I have worked around the problem by looking up the IP addresses, check if IP:port is reachable, then connect to the DB with IP:port instead of hostname:port. But wondering if this could be handled by the DBI?

  • Comment on Re: Database connection issue with SQL server cluster