当前位置: 代码迷 >> Sql Server >> 在SQL Server2005中怎么创建存储过程实现将SQL执行结果发到指定邮箱
  详细解决方案

在SQL Server2005中怎么创建存储过程实现将SQL执行结果发到指定邮箱

热度:28   发布时间:2016-04-27 14:42:05.0
在SQL Server2005中如何创建存储过程实现将SQL执行结果发到指定邮箱
在SQL Server2005中如何创建存储过程实现将SQL执行结果发到指定邮箱
select * from employee where emplid not in'12G07'
如何将执行结果发到指定邮箱

------解决方案--------------------
你还是将结果导成excel发吧
------解决方案--------------------
数据库邮件就可以。
------解决方案--------------------
用DBMAIL,[email protected]

参考 http://msdn.microsoft.com/zh-cn/library/ms190307.aspx
  相关解决方案