I’m just wondering if somebody can point me in the right direction for creating an insert generator within the confines of SQL? I have a Microsoft SQL database that I want to export to multiple anti-standard databases for some testing and think this would be a good method for moving the data.
Any help would be greatly appreciated.
There is one built in to SSMS. Tasks->Generate Scripts…. See this answer: Script all data from SQL Server database
Also, check out SSMS Tools Pack.