Hi, I'm actually working with a DB from where I work and I need to get notified in my project when someone makes a change into one table of this DB. I had to enable the service broker because it was disabled and now it generates all the messages, but in my c# project doesn't happen anything.
The problem is in the db because I tried to fire the same table in a different db it works fine. I Have to enable something else besides the service broker?
I think that this DB was build in sql server 2008R2 if this helps to solve the problem.