Browsing articles in "Permissions"

Could not execute stored procedure ‘master.dbo.sp_enable_sql_debug’

Fatal Error: get('adsPerSlot') in Admin Options don't exist (not an array)!

This morning I found this error when trying to debug a stored procedure from Visual Studio 2005:

User ‘dbo’ could not execute stored procedure ‘master.dbo.sp_enable_sql_debug’

After googling a bit, I found that to solve this problem, the user accessing the DB must be part of the sysadmin server roles. To add a user to this role: (click more for the steps) Continue reading »