December 1, 2011 at 2:34 am
I need data export from sql server to CSV file?
Which one is best ( BCP , Export and DTS)
Thanks
jeri
December 1, 2011 at 3:11 am
DTS is old and deprecated. Use SSIS instead.
If this is a "one shot" operation, you can use the Import/export wizard or BCP.
Hope this helps
Gianluca
-- Gianluca Sartori
December 1, 2011 at 3:38 am
need to export 2 lakths data ? which one is fast and best
December 1, 2011 at 3:47 am
It's not a lot of data IMHO (I could be wrong, I guess lakths means 100.000).
SSIS would be the faster, BCP would work just as well.
-- Gianluca Sartori
December 1, 2011 at 4:07 am
keep ur db in bulk logged recovery and then use bcp. this will be faster.
December 1, 2011 at 4:13 am
ps. (12/1/2011)
keep ur db in bulk logged recovery and then use bcp. this will be faster.
While exporting? Are you sure?
-- Gianluca Sartori
December 1, 2011 at 4:16 am
:sick: didnt read the question fully. Thought OP was importing...
December 1, 2011 at 4:20 am
Either SSIS or BCP will be the best depending on the frequency of exporting.
December 1, 2011 at 6:17 am
If its a 1time thing I would use BCP,
Otherwise SSIS...
@gianluca Yes, 1 lakh means 100000
Regards,
Sushant
Regards
Sushant Kumar
MCTS,MCP
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply