Reputation: 6295
GRANT SELECT ON tableName TO something\user_name
Unfortunately, when I execute this in SQL Server 2008 R2 I get an Incorrect syntax near '\'.
error.
Is there a way to escape a backslash, or what should I do?
Upvotes: 6
Views: 4133