I want to give the user permission to create, modify, and execute stored procedures, but without the ability to create other database objects. I excluded them from the db_ddladmin role, but explicitly granted the Create Procedure and Run permissions. These permssions appear in the list of effective permissions. However, when I try to create a stored procedure with this input, I get the following error:
"The specified schema name" dbo "either does not exist, or you do not have permission to use it.
Any suggestions?
source share