I'm importing a flat file into SSIS which needs to be split into two tables. In my input file I have a few columns (just an example.. I'm not really working with boxes): Box contents, box weight, box ...
I'm writing a tool to bulk import log files (application activity logs). I've normalized my tables, but I can't figure out how BULK INSERT, OPENROWSET can work with normalized tables. For instance, ...