Visual Studio 2012 - Generating SQL Data Inserts

Want to generate insert statements for a set of data in a SQL Server table?

Open the table, and click the single script button...

and out pops a batch of inserts, complete with IDENTITY_INSERT statements…