Hi! I like the formatting-function. I've a script with a lot of RaiseError's. But they are not formatted how I like it :-) : RAISERROR ( 'Start' ,0 ,1 ) WITH NOWAIT I prefer it this way: RAISERROR ('Start',0,1) WITH NOWAIT Is there any way to make my own formatting rules only for Raiserror? Greetings from Switzerland Peter |
![]() |