Is there any best way to understand the complex business logic inside SQL Server? 2 months ago ExceptionsOutOfBound Are you just trying to find the code? Try this if you are on SSMS. Reply I’d say to use CREATE TO, as if you accidentally run it, you don’t have the potential of actually altering it, you’ll just get an error that it already exists. Reply Right click procedure>modify Reply Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website Continue Reading Previous What’s Cyclical Unemployment?Next Russia, Iran and Turkey urged Israel not to attack Syria
I’d say to use CREATE TO, as if you accidentally run it, you don’t have the potential of actually altering it, you’ll just get an error that it already exists. Reply
Are you just trying to find the code? Try this if you are on SSMS.
I’d say to use CREATE TO, as if you accidentally run it, you don’t have the potential of actually altering it, you’ll just get an error that it already exists.
Right click procedure>modify