Requires Free Membership to View
When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.
Margie Semilof, Editorial DirectorYou cannot delete a stored procedure from SYSOBJECTS system table unless you change the configuration setting of ASE by using sp_configure 'allow updates', 1. To do that, you need to be Sybase system administrator. It is better not to delete from system catalogue tables unless it is absolutely necessary. The proper way of dropping a stored procedure is to issue the following command:
DROP procedure <PROCEDURE_NAME >
This was first published in March 2006