Is there a method to do this ? I have like 6000 rows in excel, and it would take months to import it into the sql database.
For example there are : Column A and Column B in excel and I’d like to import it into Column A and Column B into an sql table.
Thanks!
Here is an approach through VBA that I used for a book database. Not too tough as long as you can establish a connection to the DB. Obviously you will have to tweek it a bit for it to work with your database and your data. In particular you will have to adjust the sql string to connect you your database (change “test.yourdatabase”)