[Solved] Insert local .csv data in remote SQL Server via already working connection string
Sorry I was not realising that I aksed a bit too much. I actually figured it out on my own. So i guess I leave the code here in case anyone needs it. Have a nice day! #!/usr/bin/perl # PERL MODULES use strict; use DBI; use DBD::ODBC; use Text::CSV; use List::MoreUtils qw(each_array); # SOME VARIABLES … Read more