Microsoft's SQL Server software, used in thousands of businesses ranging from storefront operations to multinational companies, has capabilities to bulk-insert Comma Separated Value files into a ...
There isn't anything specifically to do with perl dbi that will do it. You have to use a DB-specific query to get it. In MySQL, you'd run the query "SELECT LAST_INSERT_ID()" (maybe without the (). I ...