Skip to content

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

@subhajit94dhar

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.

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