Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
TNJ
Contributor II
Contributor II

how Qlik replicate reads the transactional log files from a MS SQL Server

Does Qlik used background process or database API to read from the transaction logs from MS SQL Server?

like how Tlog are accessed by Qlik replicate?

Any particular Tlog (name and location) that Qlik access to perform Log-Based CDC?

 

 

 

Labels (1)
1 Solution

Accepted Solutions
Dana_Baldwin
Support
Support

Hi @TNJ 

By default, Qlik Replicate uses functions to query the TLOG, fn_dblog for the online log and fn_dump_dblog for the backup TLOG. If your endpoint is set to only read backups from disk, then we open and read the backup TLOG file itself.

For the configuration options, here is the page in our User Guide: Setting advanced connection properties #Setting advanced connection properties | Qlik Replicate Help

Hope this helps!

Dana

View solution in original post

2 Replies
Dana_Baldwin
Support
Support

Hi @TNJ 

By default, Qlik Replicate uses functions to query the TLOG, fn_dblog for the online log and fn_dump_dblog for the backup TLOG. If your endpoint is set to only read backups from disk, then we open and read the backup TLOG file itself.

For the configuration options, here is the page in our User Guide: Setting advanced connection properties #Setting advanced connection properties | Qlik Replicate Help

Hope this helps!

Dana

TNJ
Contributor II
Contributor II
Author

Thank you @Dana_Baldwin for the information.