Guys,
I have scenario where I have to do bulk inserts from one table to another.
Since it involves inserts of over 10 millions rows I was wondering if there any option in Sql
Server similar to Direct Load in Oracle (In direct load the data is not read into the memory
instead directly from the disk hence efficient for Bulk Inserts in Oracle).
I was also told that using Sql Server's DTS is also viable option, but does it mean DTS by passes
the memory. Any TSQL statements that would do Bulk Inserts that I am missing ???
Any comments/suggestions would be helpful indeed.
Thanks