Hello all.
I have a database which will be generated via script. However there are some tables with default data that need to exist on the database.
I was wondering if there could be a program that could generate inserts statments for the data in a table. It is possible to write by hand but...it will just be too much.
I know about the import / export program that comes with SQL but it doesnt have an interface that lets you copy the insert script and values into an SQL file (or does it?)
Thanks for the help