6.0.1
(Many bugs are fixed in newer releases and upgrading will often resolve the issue)
Latest version : N/A
Command line
MS SQL SERVER 14
Windows
(Please include the content causing the issue, any relevant configuration settings, the SQL statement that failed (if relevant) and the command you ran.)
Try to create a user for a windows account
CREATE USER [JohnDoe] FOR LOGIN [CONTOSO\JohnDoe]
User created in the DB
Unknown char \ encountered
Error while parsing the SQL file
see issue #2329 and commit fdb6b1b the char "\ " is not part of the allowed char, but it is required in this case by Sql server syntax.
I've looked at the help, here there is no workaround to avoid using theis char in this case
@gorille Thanks for the report! We'll include a fix for this with the next release.
Most helpful comment
@gorille Thanks for the report! We'll include a fix for this with the next release.