Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is the sql bulk insert an 'all-or-nothing' load or is something going on behind the scenes where only the bad records get rejected and good records load?
Posted

1 solution

There are actually several methods for bulk importing data. See http://msdn.microsoft.com/en-us/library/ms175937.aspx[^]

Each option is different. You'll want to read up on each one and find the one that most fits your needs.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900