SyntaxFix
Write A Post
Hire A Developer
Questions
create a user and then add user to a specific role:
CREATE USER [test] WITH PASSWORD=N'<strong password>' go ALTER ROLE [db_datareader] ADD MEMBER [test] go