Hi
We have a Dynamicweb solution running Dynamicweb v8.8.1.34 on SQL Server 2012. The solution is an old solution starting on v8.2.3.17 and probably SQL Server 2008. Now errors occur e.g. if a user is saved or a news article in the old Newsv2 module is saved. The errors are caused by triggers (see attachment). I think these triggers are leftovers from old DW versions, am I right? The purpose of these triggers are to ensure referential integrity before delete or update operations. But aren't these triggers replaced by foreign key relations ships? So can these triggers be deleted? And if these triggers are leftovers why haven't they been deleted by an earlier Dynamicweb update?