In SQL Server 2005, there was a stored procedure available called sp_generateinserts. However in SQL Server 2008, it doesn't seem to exist. Does anyone know if it is still around? Thanks.
+4
A:
That wasn't a built in system procedure (I don't have it on my SQL2005 installation)
Maybe you downloaded it from somewhere like here.
Edit: I think this is the original source. http://vyaskn.tripod.com/code/generate_inserts.txt
Martin Smith
2010-07-02 21:14:04
And no info in Books Online. I don't think this is part of the database engine...
Strommy
2010-07-02 21:17:26