Applies to 
ApexSQL Trigger
Summary 
ApexSQL Trigger trial period has expired and triggers have remained. After trying to edit certain tables' structure and relationships - basic delete record procedures fail
Cause 
The trial period has expired and it's impossible to log into the application
Resolution 
To fix the problem, run the following script after connecting to the database from which auditing needs to be removed:
exec [dbo].[AUDIT_prc_DeleteArchitecture] 1
About ApexSQL Trigger 
 ApexSQL Trigger is a SQL Server auditing tool, which tracks data changes in SQL Server databases using triggers. ApexSQL Trigger allows you to audit database access by login, host and application name
Last updated 
July 29, 2012