User Role MSSQL Tutorial

USE YourDatabaseName
GO
CREATE USER Joe
FOR LOGIN [YourID\TestUser]
WITH DEFAULT_SCHEMA = HumanResources