Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我需要登录名才能创建数据库,并创建其他登录名并根据这些登录名将用户添加到我创建的数据库中,我应该赋予 sql 登录名什么角色?这是 sql 2005。
没有包含这些权限的固定数据库角色。您必须创建一个角色并单独分配权限。
创建角色 db_creator 将创建数据库授予 db_creator 授予更改任何登录到 db_creator 将任何用户授予 db_creator