Hello,
I'd like to create the SQL script for any given table, view or proc in my
database, through ASP.Net using VB. I'm building a module library and
providing this code on the fly would ease my pain a lot.
To clarify, I'm looking for the same functionality that would you receive
when you select Generate SQL Script... in Enterprise Manager on an object.
I'm sure there's a proc that creates this output file, however I have no
idea which one it is.
Thanks!!
--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com
I'd like to create the SQL script for any given table, view or proc in my
database, through ASP.Net using VB. I'm building a module library and
providing this code on the fly would ease my pain a lot.
To clarify, I'm looking for the same functionality that would you receive
when you select Generate SQL Script... in Enterprise Manager on an object.
I'm sure there's a proc that creates this output file, however I have no
idea which one it is.
Thanks!!
--
David Lozzi
Web Applications Developer
dlozzi@(remove-this)delphi-ts.com
Comment