March 4, 2003 at 5:32 pm
I am about to put a new SQL server into production but I noticed that when I attach to it in Query Analyzer I am able right click on a stored procedure and choose debug and it is able to debug. Is there any way I can prevent this on my production server? I don't want my developers or hackers to be able to debug on this production box.
Thanks
SJ
March 4, 2003 at 6:48 pm
As I remember, During the client tools installation, you have options not to install debuger component. In your case, you may have to reinstall SQL Server.
March 5, 2003 at 5:46 am
I think you could just put a deny on SP_SDIDEBUG.
Andy
March 5, 2003 at 8:41 am
By default, SP_SDIDEBUG is granted for execute to public role. Revoke this permission...
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply