T-SQL Debugger Error
- From: Rahul <verma.career@xxxxxxxxx>
- Date: 25 Apr 2007 03:27:26 -0700
Hi,
When I debug our sp by using T-SQL Debugger, I got following error.
Server: Msg 229, Level 14, State 5, Procedure sp_sdidebug, Line 1
[Microsoft][ODBC SQL Server Driver][SQL Server]EXECUTE permission
denied on object 'sp_sdidebug', database 'master', owner 'dbo'.
and when I grant the permission of sp_sdidebug, I got following error.
Server: Msg 4610, Level 16, State 1, Line 1
You can only grant or revoke permissions on objects in the current
database.
I am using following statement to grant the permission.
GRANT EXECUTE
ON sp_sdidebug
TO myuser
Here, I want to clear, myuser is I, which one i log QA.
and myuser has public and dbowner permission
--
Rahul
.
- Follow-Ups:
- Re: T-SQL Debugger Error
- From: Greg D. Moore \(Strider\)
- Re: T-SQL Debugger Error
- From: Greg D. Moore \(Strider\)
- Re: T-SQL Debugger Error
- Prev by Date: T-SQL Debugger Error
- Next by Date: T-SQL Debugger Error
- Previous by thread: T-SQL Debugger Error
- Next by thread: Re: T-SQL Debugger Error
- Index(es):
Relevant Pages
|