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

前端 未结 23 1802
难免孤独
难免孤独 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:59

    Perhaps you can try the SQL Server Publishing Wizard http://www.microsoft.com/downloads/details.aspx?FamilyId=56E5B1C5-BF17-42E0-A410-371A838E570A&displaylang=en

    It has a wizard that helps you script insert statements.

提交回复
热议问题