News

This package takes a CSV and generates SQL statements to create a temp table and insert the data within it into the temp table. Good when you need to move data between warehouses for ad hoc analys ...
I'm wondering if there's a way to BulkInsert into a temporary table only? My use case is that I need to do some dodgy stuff with raw SQL (very conditional insert) on multiple groups. The way I'd like ...