I'm trying to create a trigger that that will reference a table in DBC, and insert rows into a table outside of DBC. The problem I'm running into is an error saying "Failure 3524 The user does not have CREATE TRIGGER WITH GRANT OPTION access to database DBC." I'm not creating the trigger in DBC, I'm creating it in a seperate DB. I can't grant the required permissions to any user in the system (including DBC). Is there any way to create a trigger that references a DBC table? Any help would be appreciated.