Hello,
I have developed a class which basically initializes a excel file that contains thousands of rows of data for items in AX, user uploads the same data into AX to generate a report that contains the uploaded information.
Class works fine and uploads the data, the problem is the speed. I am using 2 temporary tables (one regular type temp table and the other one is memory temp table). In memory table all the data imported from excel is populated, then copied into regular temp table using insert_recordset. I had to go with this approach to save AOS trip to sql server. I do not see any speed difference. Can anyone has any better approach to increase the data import speed?
Thanks in advance.
Sid
*This post is locked for comments
I have the same question (0)