You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IF sys.fn_cdc_get_min_lsn('TableName')>@LastReadLSN or
BEGIN
SET @NewStartLSN = sys.fn_cdc_get_min_lsn('TableName')
END
I was still getting the issue after implementing the same workaround. I have found that when above condition is matching, I am getting the issue. I have added a new If condition to fix the issue. Please verify.
The text was updated successfully, but these errors were encountered:
IF sys.fn_cdc_get_min_lsn('TableName')>@LastReadLSN or
BEGIN
SET @NewStartLSN = sys.fn_cdc_get_min_lsn('TableName')
END
The text was updated successfully, but these errors were encountered: