문제

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