March 10, 2010     |
Network Toaster
SQL Security Forums
Note: SQLSecurity.com does not allow nor require registration due to privacy concerns for users. SQLSecurity.com is open and anonymous for all. Please report any abuse or profanity.
Reply To Message:
Posted By n/a on 9/11/2001 4:21:00 AM
Subject: Who is granted EXECUTED on xp_cmdShell
Message: Problem solved !!!
You have to be in Master database to get a correct answer from sp_helprotect xp_cmdshell

use master
sp_helprotect xp_cmdshell
get a valid answer
but
use pubs
sp_helprotect xp_cmdshell
get a blank answer !?
UserName: 
Subject:  Who is granted EXECUTED on xp_cmdShell
Body:
  
Show Replies:


ActiveForums 3.6
Copyright 1999 by Chip Andrews   |  Privacy Statement  |  Terms Of Use