Using INSERT OPENQUERY and a linked server on SQL Svr 2005, to insert rows to DB2 table on AS400. To a local AS400 runs very quickly. Performance on a remote 400 is very slow, and seems to be out of proportion to the change in line speed. Is there anyway to improve the performance for Inserts to remote 400 db2?
Software/Hardware used:
MSSQL Server 2005 64bit, iServer V5R4
ASKED:
June 15, 2010 2:58 PM
UPDATED:
October 29, 2010 12:38 AM
The only thought I have is to limit the number of times you have to go across that wire. So instead of doing multiple INSERTs, can you do multi-row INSERTS, thereby lowering the number of calls to the database and the number of times to go across the network?
performance would be related to the load on the system, the file, the journal and the system hardware. Also the number of logical files over the file(s) being transfered.
Phil
Normap22 – I think you should start a new string .. few people will see this.
The original problem was slow updates but it sounds like you’re not getting updates at all.
Phil