Script all data from SQL Server database

Viewed 43766

I have two databases with equivalent structure and I need to extract data from one of them in form of INSERT statements (generate script to apply it on the other database).

How can I do it using Management Studio?

3 Answers
Related