I am facing the famous \'Incorrect syntax\' while using a THROW statement in a T-SQL stored procedure. I have Googled it and checked the questions on StackOverf
THROW
This error can also occur if you incorrectly code this:
RAISEERROR('your message here',16,1)
I stared at that for four hours, putting semicolons all over the place, before I realized I'd misspelled "RAISERROR"