sql - Bulk Insert From Select -


i have text file 300 million lines in it. doing bulk insert file staging table in sql. break out columns normalize works fine , quick. last step move rows staging table final table. doing insert select statement taking forever. there way bulk insert select?

you can use import/export wizard provided sql server management studio.

http://www.mssqltips.com/sqlservertutorial/203/simple-way-to-import-data-into-sql-server/

it generate , run ssis package faster , better insert select statement.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -