Hi,
When stepping through code which indirectly talks to a database we are getting the following error
"Execute Permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'
The IDE is Visual Studio 2005 and I have looked at the project settings and 'Enable SQL Server Debugging' is not checked. I would like to understand why I am getting the error inspite of this and what I need to do to disable this.
FYI - Giving permission to execute the SP is not an option.
Thanks
Vidya

Disable SQL Debugging in Visual Studio 2005
Joffies
Arghya
AndrejJst
Have you got any solution or ways around the problem yet I am in exactly the same situation right now.
Thanks.