I'm facing some problems with my MSSQL instance which has a database (AuditMaster) that logs Audits from a client database (AuditClient for example).
The log (MSSQL log) is getting spammed with this message:
An exception occurred while enqueueing a message in the target queue. Error: 33019, State: 1. Cannot create implicit user for the special login 'sa'.
My questions are: target queue -> which queue? Cannot create implicit user for the special login 'sa' -> does this mean that you can't pass sa to another object?
Does someone have a solution for this problem?
Thanks