The data will be coming from a large XML file, so my script will parse that and 
make inserts into several different tables. It's fairly straightforward.

So is it correct to say that -

1. There is no compelling reason to do this without the DAL 
2.  My options in the DAL are bulk_insert, looping db.query and csv import and 
that performance wise they're similar? 

-- 



Reply via email to