Does any one know how to grant users alter procedure permission without granting db_owner or ddladmin roles? I thought GRANT CREATE PROCEDURE TO USER1 would do but it doesn't, and there's no GRANT ALTER PROCEDURE option. Thanks for your input. Ben
If its on SQL 2000 then nothing you can do for that as per http://msdn2.microsoft.com/en-us/library/Aa258909(SQL.80).aspx information.