I am using SQL Server in my Android app, and I want to send notification to the user whenever there is new message to his account, so is there a way I can get notified when a new row is inserted.
I saw people recommended triggers, but I don't how they are going to help me.