in reply to Connecting to a remote MSSQL server

With a system DSN called ABC that tests ok it should connect using
my $dbh = DBI->connect('DBI:ODBC:ABC',$uid,$pwd);
poj