my $dbh = DBI->connect("dbi:ODBC:DRIVER=SQL Server;SERVER=HOST\\INSTANCE;DATABASE=DBNAME", $DBUser, $PW) or die $DBI::errstr;