I have a large excel worksheet that I want to add to my database.
Can I generate an SQL insert script from this excel worksheet?
I had to make SQL scripts often and add them to source control and send them to DBA. I used this ExcelIntoSQL App from windows store https://www.microsoft.com/store/apps/9NH0W51XXQRM It creates complete script with "CREATE TABLE" and INSERTS.