tri_inn

tri_inn

  • NA
  • 1.2k
  • 224.1k

What is the best practice for push database change notificat

Mar 9 2015 9:41 AM
i am looking for the knowledge regarding pushing database change notification. i know that people will tell me to use sql dependency class but i used that it has some problem.

if sql dependency class is monitoring table for long time and if no data change occurred for that table then sql dependency class throw exception. we can create max 100 instance of sql dependency class.

i am looking for something which i can use in a situation where many user changing data in a table constantly and all change notification will send message to front end application. again i do not like to use polling technique rather i want to use push technique.

it will be very helpful if someone discuss how advance developed handle this situation where sql server and c# is used. please guide me in details. thanks

Answers (1)