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 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy