Is it possible to have SQL Server send messages to Visual Basic when a table update trigger fires. I need to inform a user on a client machine when some base data changes so that they can refresh the data on their machine.
I don't know of any easy way for sql server to send a message to a vb app.
I would have your trigger(s) update a single "last updated datetime" value in a table somewhere, and then have your app check this value periodically to see if its last refresh is stale.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.