Generate sql insert script from excel worksheet

后端 未结 13 1023
情深已故
情深已故 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:31

    You can create an appropriate table through management studio interface and insert data into the table like it's shown below. It may take some time depending on the amount of data, but it is very handy.

    enter image description here

    enter image description here

提交回复
热议问题