Viewing 15 posts - 1 through 15 (of 19 total)
In the meantime I solved it. However, thanks to those who read my topic 🙂
March 15, 2013 at 8:20 am
Thank you for your response. I've solved in this mode:
EXEC ('ALTER QUEUE Test_Queue WITH STATUS=ON, ACTIVATION (STATUS=ON, PROCEDURE_NAME=usp_Test, MAX_QUEUE_READERS = '
+ @mqr
+ N', EXECUTE AS SELF);')
December 30, 2011 at 8:49 am
Resolved!
USE TestDB
select * from sys.service_queues
December 27, 2011 at 7:10 am
Thanks to everyone for the help.
November 18, 2011 at 6:40 am
I forgot to say that rows are periodically deleted according to the date of entry.
Thanks again
November 17, 2011 at 9:47 am
The only index is on the first column (Pr_key).
Only INSERT rows. Never UPDATE statement on rows.
Thanks
November 17, 2011 at 9:26 am
Someone can help me?
Thanks
July 8, 2011 at 9:14 am
I'll try to read it, thanks
May 26, 2011 at 7:15 am
Thanks to all.
But is there a chance to do an EVENT NOTIFICATION instead of a TRIGGER (without changing the permissions on views or other) ?
This is always in order...
May 25, 2011 at 2:13 am
Thanks for your response.
My goal is to keep track in a table of IP addresses of all those who are connected to a sql database.
May 24, 2011 at 10:15 am
It's works fine ! Thank you Greg
June 3, 2010 at 6:06 am
I will do other tests and research.
Anyway thanks to everyone for the answers.
November 12, 2009 at 12:58 am
Viewing 15 posts - 1 through 15 (of 19 total)