I have used triggers within a database .. like .. when record in table A is deleted then also delete the corresponding record in table B, C D .. e.c.t
In SQL Server, is there a way to send message to application from database using triggers ...
The scenario is ...
If same application ( .exe ) is opened by 2 users and both use the same database ... then is 1st user has deleted an item ... then 2nd user should see it immediately ... or something like that.