July 26, 2009 at 12:32 pm
From my experience the fastes way would be using BCP with indexes of the target table disabled (unless the source file is already in the right order or there are already data in the table and you need to check for identity). Having the database in simple recovery mode (if that's possible in your scenario) would also speed the import up since it would reduce logging.
July 26, 2009 at 2:09 pm
See http://www.sqlmag.com/Article/ArticleID/98568/sql_server_98568.html
Adventures with Big Data: How to Import 16 Billion Rows into a Single Table
Tips on how to use T-SQL's BULK INSERT statement and the BCP utility
N 56°04'39.16"
E 12°55'05.25"
Viewing 2 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply