Did you ever have the time when you just wanted to generate a script that would include a set of inserts to copy the contents of a table? Recently, I had an issue where my local SQL Server is not able to connect to my remote MS SQL server but still needed to copy the data of a couple tables.
Well, here is a link to a routine that has been around for a while that is a stored procedure which will generate the inserts for a specified table. Really handy! Install the SP and forget about it until you need it again!
http://vyaskn.tripod.com/code.htm#inserts