CREATE or REPLACE feature request
I remember back when I moved from Oracle to 6.5 I found the lack of a create or replace really annoying. Whenever I create new sps I always curse at not being able to do "create or replace myproc..." having to do "if exists (select 1 information_schema...)" or "if object_id(...) is not null" or "if not exists(select 1 from sys.objects..)" is really annoying, especially as there are so many different options.
So I go to connect to put a suggestion and find one already there.
https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=127219
So if you want this implemented go and vote
-