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 othe
You can do it with SQL Server Management Studio. Here are the steps - as Mitch Wheat describes above (for SQL Server Management Studio 2012):
You will have a script file that contains both database schema and data.