Hello Martin,
After looking around I found some good information about Service Broker. I also read the following;
"Query Notification is designed for data that does not change frequently. It is also best used in server-side applications (such as ASP.NET or remoting) rather than client-side applications (such as a Windows Forms application). Remember that each request for a notification is registered in SQL Server. If you have masses of client applications each requesting a notification, this can create a resource problem on your server. Microsoft's recommendation is that for client-side applications, you limit your use of query notification to not more than ten concurrent users."
This is my concern, because I have about 10 tables which are updated pretty frequeuntly (every 5 sec.).
Maybee somebody has experience with using Service Broker notifications for more frequently changing data.
Thank you very much!
Marcel