I am trying to create a trigger that will display an error custom error message but can not get the syntax correct. I thought it was something to the effect of:
...
begin
raiserror 999 ''You have encountered an error'';
end;
This unfortunately is not working. Can someone lend some advice? Thanks.
...
begin
raiserror 999 ''You have encountered an error'';
end;
This unfortunately is not working. Can someone lend some advice? Thanks.