February 27, 2008 at 8:37 pm
I cannot find any syntax about how to do it in Sybase. What I have to do is
Delete the stored procedure, then recreate it.
Anyone knows how to do it in other way, such as ALTER PROC myProc AS ... in TSQL?
Any input will be greatly appreciated.
February 27, 2008 at 9:04 pm
Drop then create again.
drop proc[edure] [owner.]procedure_name
[, [owner.]procedure_name] ...
"Transact-SQL® User’s Guide"
February 28, 2008 at 10:12 am
So, you mean there is no any command similar to SQL Server,
ALTER PROC ...
?
February 28, 2008 at 10:20 am
No as I know.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply