I have question about Sybase. I am trying to drop procedure, which identifier is longer than 30 characters.
For example: drop proc identifier_of_procedure_longer_than_thirty_chars
With error: The identifier that starts with 'identifier_of_procedure_longer_than_thirty_chars' is too long. Maximum length is 30.
Don't ask me how is exactly possible to create procedure with identifier longer then 30 characters. I didn't create it. My co-workers are evidently very creative.
Thanks for any advice.