Re: How to dump all object definitions in a database
From:
Dieter Noeth
Mohommod.Khan TeradataForum wrote:
One quick and easy way is to write an stored procedure. You can capture your sql out result and then later on insert it to a table. Show
table probably should do the trick.
Nice try, but SHOW can't be used in SPs, because it returns a record set...