I am trying to export 98 columns, ~ 200000 rows to SQL server table from Excel sheet. I am following code from this link https://www.excel-sql-server.com/excel-sql-server-import-export-using-vba.htm#Introduction
It worked fine when i had less data, but it takes time for large data.
I tried bulk insert, insert into string formation methods, but not able to get speed. can you please share your thoughts on ways to improve performance when export from excel to SQL server using VBA