What is the quickest way to import 60m records into SQL

Posted by Jon on Stack Overflow See other posts from Stack Overflow or by Jon
Published on 2010-05-25T09:05:57Z Indexed on 2010/05/25 9:11 UTC
Read the original article Hit count: 289

Filed under:
|
|
|
|

I have a 5-6 tables in my database that I need to populate with test data to test peroformance in my app.

I can write a code and do a bulk insert my prediction is that it will take nearly 3 days to run so I assumed there must be a quicker way.

Any ideas?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET