sql server - Changes to procedure are not saved when running alter procedure -


there stored procedure in sql server 2012 called "proc1". have taken procedure script implemented exception handling (begin try...end try begin catch...end catch) in it.

i changed "create procedure proc1" statement "alter procedure proc1" executed it. completed when try same procedure script again. can't find exception handling part. code looks old stored procedure code.

i wondering possible. if don't have permission should return error message during "alter procedure proc1" compilation.


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -