Useful SQL script
Here's a really useful script that generates insert statements for all the rows in a table, essentially letting you save your table data to a file. It's great if you want to send the contents of your table to someone else, or as a backup for sample data, or all sorts of things.
http://vyaskn.tripod.com/code.htm#inserts
Looks like there are some other useful scripts on that page too, but I haven't had a chance to look at them yet.
Labels: Coding
0 Comments:
Post a Comment
<< Home