I put a breakpoint somewhere in a stored procedure in SQL Server Management Studio and then press start debugger. I end up getting
Error 229 error (failed to start debugger)
It appears to be a problem with permission, and I tried to ask the DB admin to execute
grant execute on sp_enable_sql_debug to my_login_name
command, but the syntax of the command is erroneous. Any ideas ?