all groups > sql server notification services > april 2006 >
You're in the

sql server notification services

group:

Query Notification & windows service


Query Notification & windows service Rama
4/12/2006 11:54:13 AM
sql server notification services:
I could get Query Notification working for a windows forms client using the
SQL Dependency object but the same code doesn't work from a simple windows
service.
The OnChange event doesn't seem to be raised up to the windows service.
Looking at the SQL trace, it doesn't look like the a notification is sent to
the windows service from the SQL server.

Appreciate your response.

Rama

Re: Query Notification & windows service kate
4/13/2006 3:08:09 AM
i think like many others you are confusing Query Notifications which
uses polling of indexed views and is a new native sql2005 feature with
Notifiaction Services which is an optional component platform for
building bulk notification applications.


This forum covers the latter, suggest you try the sql2005 forums for
QN.


kate
AddThis Social Bookmark Button