Hi All,
I have a excel file (41700 records, 8 columns) I do some format changes/apply formulas. then this data need to be loaded in an existing SQL table. currently it is taking 75+ minutes.
I have tried following troubleshooting so far, but nothing seems to be helpful.
1. changed the output type to SQL bulk upload instead of ODBC
2. transferring data into temp table first and then transferring data from temp table to actual table.
it is still taking 75+ minutes, any help on this is highly appreciated.
Thanks in advance to all the Alteryx enthusiasts.