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 服务器中进行数据库备份。到目前为止,我一直在使用 Sp_msforeachdb 创建角色并向其添加 DENY Full 和 LOG 备份。