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
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