Tagged Questions

1
vote
2answers
328 views

Alternatives to SQL Notification for triggering code on table changes

So I've just inherited an application which used the SQL Dependency function associated with SQL Notification Services in order to perform some functionality whenever one of the tables in the DB was ...
1
vote
0answers
122 views

Methods to enable Sql Notification Services

What is the difference in the following mentioned things, are these used for differnet purposes or are they used collectively for some functionality, can anyone please differentiante among these based ...
1
vote
2answers
1k views

SQL Server Notifications - My OnChange does not fire

I would like to make use of SQL Server notifications to capture insert events at my database within a winforms app. I am attempting to use the SQLDependency object. The MSDN articles make this seem ...