What is the best way to auto-generate INSERT statements for a SQL Server table?

前端 未结 23 1811
难免孤独
难免孤独 2020-11-22 09:47

We are writing a new application, and while testing, we will need a bunch of dummy data. I\'ve added that data by using MS Access to dump excel files into the relevant table

23条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-22 10:08

    I have also researched lot on this, but I could not get the concrete solution for this. Currently the approach I follow is copy the contents in excel from SQL Server Managment studio and then import the data into Oracle-TOAD and then generate the insert statements

提交回复
热议问题