I\'ve got a table and a SqlDependency that is waiting for new inserts.
OnChange fires as I need, but I don\'t understand if it\'s possible to get the row which caus
According to this post, you can't: http://social.msdn.microsoft.com/Forums/en-US/sqlservicebroker/thread/07234067-73e1-4db5-a4e6-0f9f0bae22ae/
You can only narrow down the reason for the notification by using the properties
of the provided SqlNotificationEventArgs