$dbh = DBI->connect("dbi:ODBC:Driver={SQL Server};Server=xxxxx\\yyyy;UID=$user;PWD=$password, { RaiseError => 1, AutoCommit => 0 } ") or die "\t\t\nCannot connect to SQLServer... $!";