I've restored a database from production on my local machine, and I cant run any ddl statements on it because it triggers a ddl trigger that only exists on production, on a different database.
the error I get Msg 208, Level 16, State 1, Procedure DDL_DATABASE_LOG, Line 30 Invalid object name 'PerfDB.dbo.DDLEventLog'.