October 19, 2013 at 5:58 am
Hello,
I have a table that contains about 50 millions of records and i would like to know which is the fastest method to export this table - bcp, DTS/SSIS, impot and exports wizard?
What is the best way to import text file to SQL Server?
www.fcbarcelona.extremazing.com - FC Barcelona - extreme and amazing team
October 19, 2013 at 6:05 am
BCP would be fastest option. To import to a table you can use OPENROWSET with ot without BULK option.
www.learn-with-video-tutorials.com - video tutorials
October 31, 2013 at 4:52 pm
learnwithvideotutorials (10/19/2013)
BCP would be fastest option. To import to a table you can use OPENROWSET with ot without BULK option.
Or just BULK INSERT for the import.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply