Does SQL Server has the ability to send a notification to a specific email address when some events have been triggered?

Context: I have a table contains a lot records about many partners. I wish if any partner's records have been changed, the SQL Server will send an email including all the changed records to the partner. There are at least 100 partners in the table. So SQL Server needs to know which email address to use.

Does anyone know if SQL Server has the ability, and how can I implement it?

有帮助吗?

解决方案

Yes. You can setup SQL server agent mail to send emails. For more information:

http://technet.microsoft.com/en-us/library/ms188235(v=sql.105).aspx

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top