samedi 16 juillet 2016

What is the fastest way to bulk load a large CSV file into MSSQL using Python?


What is the fastest way to import data into MSSQL using Python with these requirements:

  1. Large file (too big for memory, no row based inserts).
  2. Minimal logging.
  3. CSV file.
  4. CSV file column may contain single and double quotes.
  5. CSV file Column may contain line breaks.

Thanks.


Aucun commentaire:

Enregistrer un commentaire