When I try to format a trigger with this:
ALTER TRIGGER triggername
ON DATABASE
FOR DDL_FUNCTION_EVENTS, DDL_PROCEDURE_EVENTS, DDL_TABLE_VIEW_EVENTS, DDL_TRIGGER_EVENTS, ALTER_USER, CREATE_USER, DROP_USER, CREATE_ROLE, DROP_ROLE, CREATE_SCHEMA, ALTER_SCHEMA, RENAME
It fails on the RENAME event. I have to comment that event out to format my code, and then uncomment it to create/alter the trigger.
It fails on the RENAME event. I have to comment that event out to format my code, and then uncomment it to create/alter the trigger.