Sending SMS/email from SQL Server with queued users -
Sending SMS/email from SQL Server with queued users -
we need send email/sms users notifying changes in table in database.
there can issue of queuing.
so, thinking of using windows service or sql server trigger.
service can poll database , send sms / e-mail , delete notified rows
send sms/email , same functionality trigger
your suggestions please.
service broker?
push details onto queue trigger (or stored proc?) some process reads these , sends email/sms. can separate sql server sql-server
Comments
Post a Comment