|
Archives of the TeradataForumMessage Posted: Fri, 17 Dec 2010 @ 17:05:46 GMT
Use the below:- It will generate the statement, which you can copy and run in SQLA, and exports all procedure DDL to a single file. SELECT DISTINCT 'SHOW procedure ' ||trim(databasename)||'.'||TRIM(TABLENAME)||' ; ' FROM DBC.TABLES where databasename = 'dbname' and TABLEKIND ='p' ORDER BY 1; HTH. Rishi.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||