--Migration EXEC dev.sp_Global_GenerateAsyncAuditTriggerAll; GO DROP TABLE auditlog.XmlAudit; GO ALTER QUEUE auditlog.AuditQueue WITH STATUS = ON; GO