Based on the comments, there is a subtle SQL Server "function" that allows you to use the letters az as stored process parameters without delimiters. He was there forever (with 6.5 at least)
I'm not sure about the complete rules, but demonstrated in MSDN (rename SQL Server, etc.) : there are no delimiters around the "local" parameter. And I just found this KB article on it
In this case, it can start with a number that breaks. I assume this works for the contained number (but, as I said, I'm not sure about the complete rules).
Edit: Confirmed by Martin as "breaking with lead number", OK for "containing number"
source
share