Are Programatic events possible in SQL Server -
Scenario: An application has started, it connects to the DB and hears itself for the specific event name. Then some criteria are used when using a trigger or stored procedure, the event can be picked up. DB then notifies all applications that are registered that they are listening for that event. This application is then able to work and does some processing. This prevents the program from regularly voting for the database so that it can be assumed that the criteria have been fulfilled or not.
This scenario is possible with Interbase / Firebird SQL, but is it possible to do it with SQL Server (2005 or more) and if I am getting strangely to find any such information, then what do I do Should cheese If this is not possible, then there is a better way of not keeping this scenario in the election.
Yes. You can use it for
However, I think the warning about not having too many customers to register will still apply. How many customers are you waiting for notifications?
Comments
Post a Comment