从sql server express发送电子邮件 [英] send email from sql server express

查看:84
本文介绍了从sql server express发送电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在用户将一些数据插入表中时发送电子邮件。在SQL Express中这可能吗?请帮助代码。

i want to send an email as a user inserts some data into a table. is this possible in sql express? please help with the code.

我会使用触发器在表格上插入。
美元的电子邮件,我应在PC上具备哪些功能。我有Windows XP。

i would use a trigger for insertion on the table. for email what features shall i have on my PC. i have Windows XP.

推荐答案

这对于SQL Express是不可能的。如果您碰巧要升级到完整的管理工作室,则可以使用msdb.dbo.sp_send_dbmail发送电子邮件。

This is not possible with SQL Express. If you happen to update to the full management studio you would use msdb.dbo.sp_send_dbmail to send your email.

这篇关于从sql server express发送电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆