Hello, I need some help with a small problem.
I have set my broker on one of my databases. After I insert a new row into a table a trigger automatically inserts's a message in a queue. That queue have internal activation and when a new row arrives in it it starts a stored procedure.
Now I have a weird think happen: when I insert inly one row in my table, using sql server profiller I saw that my procedure starts more then 1 time (9 times exactly) and I dont know why. Can you please help me?