I tried this syntax
CREATE USER username IDENTIFIED BY Password;
and it doesn't work.
This error is shown:
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'BY'.
I don't know if the syntax is wrong or there's a proper and easier syntax in SQL Server for creating a user.