I have an activation SP that calls another SP that calls other SPs to insert and update a table that exists in TempDB. I've created the queue with a user with SA permissions and the activation SP has SA permissions (to try and get around the issue).
I am continuing to get this error: The SELECT permission was denied on the object 'xxxxxxxx', database 'tempdb', schema 'dbo'.
I have the ability to execute the process without Service Broker (calls the SPs Service Broker is calling, just directly) and it works fine.
Anyone have any ideas?
Thank you