Skip to content

When sys.fn_cdc_get_min_lsn('TableName')>@LastReadLSN #5

Description

@subhajit94dhar

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions