Notifying the changes in sql server database to an external c# application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • developer9
    New Member
    • Nov 2007
    • 1

    Notifying the changes in sql server database to an external c# application

    Hi,

    i want to notify changes in the sql server database(like when a new record is added) to my c# application ie(Windows Service).

    All users should get a notification that ,new record is added
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Hi,
    I think the solution to this is using SQL notification Service
    I Havent looked into it but have some links
    What is SQL Notification Service (NS)
    Implementing SQL NS in C#

    Comment

    Working...