StackOverflow 文档 Microsoft SQL Server 教程 数据库权限 创建用户 创建用户 Created: November-22, 2018 --implicitly map this user to a login of the same name as the user CREATE USER [aUser]; --explicitly mapping what login the user should be associated with CREATE USER [aUser] FOR LOGIN [aUser]; 创造角色更改权限