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]; 創造角色更改許可權