Home All Groups Group Topic Archive Search About
Author
10 Feb 2006 4:46 PM
Ray
What is the SQL equivalent of the following VBA? Am very new to SQL
programming

Kill "C:\Documents and Settings\Ray\Desktop\TestExtract.txt"

Author
10 Feb 2006 7:07 PM
Anith Sen
Something like:

EXEC master..xp_cmdshell 'DEL C:\TestExtract.txt'

--
Anith

AddThis Social Bookmark Button