Skip to main content

Removing Replicate artifacts from the database

In order to capture DDLs, Qlik Replicate creates various artifacts in the Microsoft SQL Server database when the task starts. When the task completes, you may wish to remove these artifacts.

To remove the artifacts, execute the following statements (in the order they appear below), where dbo is the default schema in which the artifacts were created:

Information noteThe event trigger does not belong to a specific schema.
DROP TRIGGER [attrep_mscdc_ddl_catcher] ON DATABASE
DROP TABLE [dbo].[attrep_mscdc_ddl_history]

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!