Top "Sqldependency" questions

The SqlDependency object represents a query notification dependency between an application and an instance of SQL Server.

SqlTableDependency onchange event not fired

i have an issue with SqlTableDependency. My Changed method is not invoked when i make insert/update/delete to desire …

c# sql sql-server sqldependency
Using SqlDependency with named Queues

I have the following code that uses SqlDependency to monitor changes in one of my databases It works great, except …

c# sql-server sql-server-2008 sqldependency
SQLDependency_OnChange-Event fires only one single Time

I'm working with SQLDependency to notify me if there is a change in the Database. After Program Start-Up it works …

c# wpf sqldependency
SqlDependency performance

I have a web application that use a SQL Server database that is shared with others web applications (over which …

sql-server triggers polling sqldependency sqlperformance
SqlDependency simple select query always returns "Invalid"

I'm trying to get the SqlDependency object to give me notifications, but so far I'm not able to get it …

c# sql service-broker sqldependency
Using SqlDependency vs. periodic polling of a table (performance impact)

In the beginning of our app's development, we were using SqlDependency quite heavily to cache DB results until the notifications …

c# sql-server sqldependency
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 …

c# sql notifications sqldependency
Using SqlDependency results in constant updates

I pulled an example from this MSDN page and have used it pretty much verbatim. When run the code compiles …

c# sqldependency
Using SignalR with SqlDependency to push database updates

Is is possible to use SignalR in combination with SqlCacheDependency (or SqlDependency) to push database updates directly to the browser ? …

javascript asp.net-mvc-3 signalr sqldependency