Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 system stored procedure question

Author  Topic 

dtrivedi
Posting Yak Master

153 Posts

Posted - 2010-12-23 : 08:38:15
I beed to disable these stored procedures in the master database. however whenever i go to master programbility stored procedures system stored procedures. I don't see these specific ones. is this because i use sql server 2008 and these could be only for sql server 2005? any help is appreciated


   Verify That xp_msver Stored Procedure Is Disabled    
   Verify That xp_getnetname Stored Procedure Is Disabled  
    Verify That xp_sprintf Stored Procedure Is Disabled    
    Verify That xp_dirtree Stored Procedure Is Disabled    
    Verify That xp_fixeddrives Stored Procedure Is Disabled 
    Verify That xp_sscanf Stored Procedure Is Disabled  
    Verify That xp_cmdshell Stored Procedure Is Disabled 

dtrivedi
Posting Yak Master

153 Posts

Posted - 2010-12-23 : 09:49:54
nevermind i was looking in teh wrong place...found it under extended stored procedures
Go to Top of Page
   

- Advertisement -