farzinmonsef / testNEW

0 stars 0 forks source link

Creating_File_OnServer.sql #12

Open farzinmonsef opened 8 years ago

farzinmonsef commented 8 years ago

exec master.dbo.xp_cmdshell 'echo test application >> D:\Apps\CheckWatch\OLM_BK\Testfile1.txt' exec master.dbo.xp_cmdshell 'del /F /Q D:\Apps\CheckWatch\OLM_BK\Testfile1.txt'

exec master.dbo.xp_cmdshell 'dir D:\Apps\CheckWatch\OLM.'