January 8, 2008 at 7:53 am
Hi,
This might sound like a simple question to you, but I'm trying to figure it out.Maybe someone has an explanation !:ermm:
Which method would you use, Bulk Insert or Drag flat file connection manager to Ole db destination [i]to copy data from file[.csv/.txt] to SQL database[/i] ?
Why ?
What is the differences of these two?
When do I use "Raw File Source" in SSIS ?
[font="TimesNewRoman"] “I haven't failed, I've found 10,000 ways that don't work”........Thomas Alva Edison[/font]
January 8, 2008 at 8:00 pm
Heh... neither... use BULK INSERT from T-SQL
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2008 at 8:15 am
Hi Jeff,
Thanks for your answer.Any reason why Bulk Insert ?
A friend of mine was asked a similar question on the choices made between [Bulk Insert & Flat File Connection Mng] and the reason's, during a recent Interview he attended.
[font="TimesNewRoman"] “I haven't failed, I've found 10,000 ways that don't work”........Thomas Alva Edison[/font]
January 9, 2008 at 5:13 pm
I use the Bulk Insert command from T-SQL... I don't even go near SSIS for the same reason I don't use DTS in 2k... too slow. I can import 5.1 million 20 column rows into a table in 1 minute using Bulk Insert... haven't seen anyone do that with SSIS or DTS. Depending on the file type, it usually takes me less time to write the code, as well.
Other than that, it's a personal preference...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 10, 2008 at 2:10 am
Hi,
actually using SSIS dataflow with option fast load does a bulk insert.
Regards,
Jan
January 10, 2008 at 7:14 am
Thanks for the tip, Jan...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 0 posts
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy