Automatically change CREATE statement to ALTER
JackAce
Posts: 75 New member
It would be nice if SQL Prompt could automatically change a CREATE statement to an ALTER statement once the CREATE statement has been executed. This would apply to stored procs, views, functions and any other objects that are easily updatable.
Comments
This does seem like a cool idea, the best place for us to keep track of it would be our UserVoiceforum if you would like to open a new idea there?
Technically it's feasible since we already switch out CREATE for ALTER in our script as alter feature. My concern would be that it could be annoying in some situations so I guess it'd have to be optional.