how to use bulk insert
how to use bulk insert query in sql server
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bhabani PrasadPosted May 22, 2014, 8:32 AM
Anupam SinghPosted May 22, 2014, 8:28 AM
We use bulk insert when we need to insert data for external sources like csv or text files..
here is how :
how to use select :
you can also insert this in sql table using :
select * into
Hope it helps.