Transferring data between 2 servers and server resources
I am unsure if this is a matter of opinion or if there is actually a logical explanaition... so here we go: Someone at my work advised me that I should have created a temporary table before exporting data from one server to another remote server rather than using anSSIS package with a OLEDB Source and OLEDB Destination components in order to conserve server resources. Here are the details: I need to extract data from one server (joining to two lookup tables on the same server and database) and write them to another, remote, server. The table I am querying has 50+ million rows and my query will return approx 5 million rows of data. I used SSIS to do this utilizing OLEDB Source (with the appropriate SQL code) and OLEDB Destination to get the job done. In my opionion, creating a temporary table would have not save any server resources since I would have added an additional step and writing to a table (in this case the temporary one) would have occupied even more server resources. Am I missing something and being wrong? If so, what am I missing? Thank you in advance!
January 25th, 2011 5:38pm

Hello, Seems like you are on right track, Writing to temp table and then query temp table will take more time as you explained yourself. Second why to add an extra step, if we can extract data directly. My vote goes to you! Thanks
Free Windows Admin Tool Kit Click here and download it now
January 25th, 2011 5:56pm

I am agree with you and Aamir, using temp table has nothing to raise performance in this case. go on your way to transfer data in SSIS directly.http://www.rad.pasfu.com
January 26th, 2011 2:20am

I am agree with you and Aamir, using temp table has nothing to raise performance in this case. go on your way to transfer data in SSIS directly.http://www.rad.pasfu.com
Free Windows Admin Tool Kit Click here and download it now
January 26th, 2011 2:20am

I am agree with you and Aamir, using temp table has nothing to raise performance in this case. go on your way to transfer data in SSIS directly.http://www.rad.pasfu.com
January 26th, 2011 2:20am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics