# Saturday, May 09, 2009
Yesterday I was debugging an ASP.NET application based on database (MS SQL Server). I was getting a strange error:
EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'.
Well store procedure 'sp_sdidebug', enable debugging on SQL Server. Since this SP is in "master" database, you have to have proper access and execute rights on this master DB.

posted on Saturday, May 09, 2009 8:41:15 AM (Central European Daylight Time, UTC+02:00)  #    Comments [0] Trackback
Related posts:
(local) vs. localhost
Closing browser window from code
Validation service OnLine
ASP.NET Localization
ASP.NET Response.Redirect("")