I am using Sybase ASE for the first time, and assume I am missing some very basic things.
sp_helptext 'dbname.procedure_name'
returns
'dbname.procedure_name' succeeded.
but nothing else. A misspelling returns error.
How do I capture or display the results?
Thanks.
sp_version
returns
sp_version
I am using Oracle SQL developer with a plug in. Would using other gui yield better results? Is this a permission issue?