我想从我的select语句实现这种格式化的数据,并将它在SQL Server 2000中通过数据库邮寄我知道如何在SQL 2008做到这一点。
Column1 | Column 2
------------------
Value 1 | Value 2
Value 1 | Value 2
Value 1 | Value 2
我想从我的select语句实现这种格式化的数据,并将它在SQL Server 2000中通过数据库邮寄我知道如何在SQL 2008做到这一点。
Column1 | Column 2
------------------
Value 1 | Value 2
Value 1 | Value 2
Value 1 | Value 2
我已经意识到这不能做。 要做到这一点,我创建.bat文件和存储过程和sendmail的效用。
首先在你的.bat文件调用此
OSQL -S%服务器名%D%DBNAME%-U%USERNAME%-P%密码%-Q “EXEC” -o%TempFile1%-s “|” -w 5000 >>%的日志文件%
然后调用
C:\工具\ SendEmail \ sendEmail.exe -f -t -u “[%服务器名%]记录数加工:%lineCount%” -M “数据文件生成:%数据文件%” -a%的数据文件%-s