Generate sql insert script from excel worksheet

后端 未结 13 1006
情深已故
情深已故 2020-11-28 18:05

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?

相关标签:
13条回答
  • 2020-11-28 18:44

    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.

    0 讨论(0)
提交回复
热议问题