Skip to Content
0
Former Member
Nov 19, 2014 at 06:08 PM

What's the difference bretween sp_rename and extended alter?

67 Views

I am trying to rename a stored procedure. There are 2 way to do it as the a tool give me following option to do it:

sp_rename

Extended alter

what's the difference between these two way?