The statement below works just fine:
grant all on NEW_STORED_PROC to 'a99bcde';
A similar statement of
grant all on NEW_STORED_PROC to '038151';
fails with the following message:
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near '038151'.
I have verified in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.