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.
MSSQL 中有一个上下文菜单 - 脚本存储过程为 -> DROP 和 CREATE
但是当我生成过程时,它不包含现有的 GRANT EXECUTE 角色。如何添加(自动!)它来生成脚本?
在 SSMS 中,转到工具、选项、SQL Server 对象资源管理器、脚本,然后在对象脚本选项部分中,将脚本权限更改为 True。