Permissions to debug Stored Procedures using SSMS

  • What permission is required to run debug feature in SSMS(debug Stored Procedures). This is a development machine and developer requested for this.

    EXECUTE permission was denied on the object 'sp_enable_sql_debug', database 'mssqlsystemresource', schema 'sys'.

    EXECUTE permission was denied on object 'sp_sql_debug', database 'master'.

    Is there any option other than giving sysadmin privilege on SQL?

    Many thanks in advance.

Viewing post 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply