G
Guest
Hi,
I'll try to make it short, thing is - I'm trying to implement a query
notification (Sql Server 2005) in a C# Windows Application. I've been through
plenty samples and guides, I did everything and it still doesn't work.
The Service Broker is enabled (for the specific DB), the syntax is correct
for NS (not using *), the permissions should be fine (tried several different
ways, including the 'sa' account), and I've started SqlDependency
(SqlDependency.Start(connection)).
Also, using the same server and connection string, this works fine on the
tempdb with a Microsoft sample.
In short, all I'm trying to do to beginwith is show a Message when something
changes in the table.
Am I missing something? (I've been on this forever now...)
Thank you for your time.
M. David.
I'll try to make it short, thing is - I'm trying to implement a query
notification (Sql Server 2005) in a C# Windows Application. I've been through
plenty samples and guides, I did everything and it still doesn't work.
The Service Broker is enabled (for the specific DB), the syntax is correct
for NS (not using *), the permissions should be fine (tried several different
ways, including the 'sa' account), and I've started SqlDependency
(SqlDependency.Start(connection)).
Also, using the same server and connection string, this works fine on the
tempdb with a Microsoft sample.
In short, all I'm trying to do to beginwith is show a Message when something
changes in the table.
Am I missing something? (I've been on this forever now...)
Thank you for your time.
M. David.