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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -