Create SQL INSERT Script with values gathered from table

后端 未结 5 1308
迷失自我
迷失自我 2020-12-08 06:17

I need to create a INSERT script in order to insert in another database the same data.
If in SQL Server I select \"Script table as > INSERT To\" I can easily recreate t

5条回答
  •  我在风中等你
    2020-12-08 06:40

    Use the free SSMS tools pack to "generate insert statements"?

    Or in SSMS (don't have it on this PC to confirm) the export wizards allows you to "script data" too

提交回复
热议问题