Add script creation function
Status: Beta
Brought to you by:
dijitalmaniak
This is a function that can take a database object
such as a table and create a script from it. This
script will have th option to create the object (i.e.
a table), it related object (in the case of a table
its indexes) and any data associated with that
object. The user should have the option of one file
for the whole script, or multiple files for each part
(for example when exporting multiple tables, one file
for each script). Needless to say, this may
interesting, because it would need to be done in a
database independant way (stored procs will be most
difficult if not impossible).