SQL Dependency on SQL Server 2008 Express
I have an application which successfully uses SqlDependency with SQL Server 2008 Standard Edition. But if I switch the connection string to SQL Server 2008 express (with enabled Broker) it stops working. I'm not sure whether it is SQL Server Express specific, but which steps should I follow to find out the reason of the problem? Update. By "stops working" I mean notifications are not raised by SqlDependency Remus Rusanu To understand how SQL Dependency works I recommend you read The Mysterious Notification . To troubleshoot it follow the normal Troubleshooting Dialogs steps. The typical