thử:
DECLARE @ExecuteString varchar(500)
,@Yourtext varchar(500)
@ExecuteString = 'echo '[email protected]+' > yourfile.txt)
exec master..xp_cmdshell @ExecuteString, no_output
sử dụng:">" để tạo / ghi đè tệp và ">>" để tạo / nối vào tệp. bạn có thể cần sử dụng REPLACE(@Yourtext,'&','^&')
để thoát khỏi &
char