rebelknight
Technical User
When creating a service broker queue you can specify the procedure to run when a message is received on the queue with the ACTIVATION parameter list.
The default status is for it to be switched on.
What is the default context for the procedure to run?
You can specify EXECUTE AS but if you do not, is it run under the context of the Queue owner or the stored procedure owner ( assuming the stored procedure has not got EXECUTE AS included in the code ).
The default status is for it to be switched on.
What is the default context for the procedure to run?
You can specify EXECUTE AS but if you do not, is it run under the context of the Queue owner or the stored procedure owner ( assuming the stored procedure has not got EXECUTE AS included in the code ).