Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
subhajit94dhar opened this issue Aug 16, 2022 · 0 comments
Open

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

subhajit94dhar opened this issue Aug 16, 2022 · 0 comments

Comments

@subhajit94dhar
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant