I've been trying to find examples on how to use the AddSqlDependency() method. Actually I tried finding out how to use it, but when I tried to add a command using this method it didn't work.
I also know that an SQL command should be excuted after submitting it as notification query, but somehow I couldn't figure out how do perform query notification with multiple SQL commands. I'm about to build a C# (or c++) component which performs the query notification.
How can these query notifications be made to work?