xp_cmdshell
フォルダー内のファイルを削除するために SQL クエリ エディターから実行していますが、結果として 2 行が表示されます。最初の行にはメッセージが含まれ、"The system cannot find the file specified."
2 番目の行には次の内容が含まれます"NULL"
次のコマンドを試しました:
EXEC xp_cmdshell 'DEL C:\Documents and Settings\Administrator\Desktop\rough folder\hi.txt'
EXEC xp_cmdshell 'DEL "C:\Documents and Settings\Administrator\Desktop\rough folder\hi.txt"'