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.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | rvs.suresh@hotmail.comStarting Member
 
 
                                        12 Posts | 
                                            
                                            |  Posted - 2009-01-31 : 01:50:11 
 |  
                                            | How can I Delete specific Files using Stored Procedure |  |  
                                    | sodeepMaster Smack Fu Yak Hacker
 
 
                                    7174 Posts | 
                                        
                                          |  Posted - 2009-01-31 : 09:44:58 
 |  
                                          | quote:Your question is not clear.Originally posted by rvs.suresh@hotmail.com
 How can I Delete specific Files using Stored Procedure
 
 |  
                                          |  |  |  
                                    | visakh16Very Important crosS Applying yaK Herder
 
 
                                    52326 Posts | 
                                        
                                          |  Posted - 2009-01-31 : 13:38:01 
 |  
                                          | specific files from where? |  
                                          |  |  |  
                                    | saurabhsrivastavaPosting Yak  Master
 
 
                                    216 Posts | 
                                        
                                          |  Posted - 2009-02-05 : 14:00:14 
 |  
                                          | I pre-assumed u are looking for this:create proc .xp_cmdshell 'del c:\example.txt'..End |  
                                          |  |  |  
                                |  |  |  |