Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top