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

前端 未结 23 1800
难免孤独
难免孤独 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 09:58

    Not sure, if I understand your question correctly.

    If you have data in MS-Access, which you want to move it to SQL Server - you could use DTS.
    And, I guess you could use SQL profiler to see all the INSERT statements going by, I suppose.

提交回复
热议问题