Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
garethmoger
Contributor
Contributor

SQL Server transaction logs held open

Currently we are replicating data between SAP SQL Server (using SAP APP DB endpoint) and Snowflake however the transaction logs are being held open longer and longer in SQL Server, which left unchecked will cause performance issues for other services.

Has anyone come across this issue before, have any insight to why it's happening or how to fix?

When I look at incoming changes I can see 50k records held on disk when applying to target.  I don't know if this is the cause of the issue with transaction logs or as a result of it.

The latency is currently at 10+ hours.

Obviously we have raised these concerns with support for more help but hoping the community have additional insights.

Labels (3)
1 Solution

Accepted Solutions
lyka
Support
Support

Hello,

For SQL Server source, are you using "Prevent truncation of unread changes from TLOG: ", if you are using this method, you need to make sure that the log reader agent job is running:

 

https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/SQL%20Server/SQLServerDBSo...

 

Thanks

Lyka

View solution in original post

1 Reply
lyka
Support
Support

Hello,

For SQL Server source, are you using "Prevent truncation of unread changes from TLOG: ", if you are using this method, you need to make sure that the log reader agent job is running:

 

https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/SQL%20Server/SQLServerDBSo...

 

Thanks

Lyka