Make semi-colon optional at END(;)
Semi-colons are automatically added at every END reserved key word. Make this optional.
END(;)
END TRY(;)
END CATCH(;)
This just look weird to everyone
BEGIN
....
END(;) <=== don't want it here... there's an ELSE continuation.
ELSE
BEGIN
END(;)
1
vote
Sandor Pakh
shared this idea
-
Albert Torres commented
I believe you can do this on SQL Prompt/Options/Format/Styles/ then uncheck Insert Semicolons