Jul-31-2024, 06:27 PM
(Jul-30-2024, 09:56 PM)pymach Wrote: I need to read 12 millions records from a SQL table to store in another database after pivoting it. It works, but its taking lot time, any idea to improve the performance would be a great help.
Looking forward to get some help to improve to performance.
If your data matches the table you are trying to update, look into the executemany method: ExecuteMany