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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -