I have a csv import file with 33 million lines that need to be imported into my database. I can import it with a C# console app but then the stored procedures that run after the
If your csv file have 500 rows to split two part(250+250)
download and install "Cygwin Terminal"
put comment "split -l 250 filename.csv"