ropey has asked for the wisdom of the Perl Monks concerning the following question:
Got a bit of a problem, we are attempting to connect to a clustered MS SQL server using perl - it works fine when there is only one SQL server, however when in a clustered environment it does not work
Code to Non Clustered is - we use the Sybase Driver cos we use FREE TDS and both work well together.my $dbh = DBI->connect("dbi:Sybase:$server", $username,$passw +ord);
The same code does not work from on a clustered DB as it has virtual IP's, has anyone any experience with this ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Connecting to a Clustered MS SQL Server
by McDarren (Abbot) on Dec 06, 2005 at 18:01 UTC | |
|
Re: Connecting to a Clustered MS SQL Server
by jfroebe (Parson) on Dec 06, 2005 at 18:50 UTC |