I would like to get only updated rows from database using SignalR and SQLDependency.
The status column of a table can be updated from multiple applications. What I need is that when this status column gets updated, I need my application to get that record for which the status is updated in real time. I'm trying to use SQLDependency and SignalR.
Any help will be appreciated.