In Sybase Central when I right click on a stored procedure and choose 'Generate DDL', then I see the definition of the stored procedure, but also the grants for example.
How do you do that on the command line with isql?
In Sybase Central when I right click on a stored procedure and choose 'Generate DDL', then I see the definition of the stored procedure, but also the grants for example.
How do you do that on the command line with isql?
Copyright © 2021 Jogjafile Inc.
Best/recommended approach would be the ddlgen utility program; this will generate the DDL for the proc's text,
sp_procxmodesettings, and permissions.ddlgenis the 'go to' tool for reverse engineeringSybase ASEDDL.Sample run:
Other options would include:
grant/revokecommands)