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

MSSQL specify number of jobs - Error #188

Open
MichalisDBA opened this issue Apr 25, 2024 · 0 comments
Open

MSSQL specify number of jobs - Error #188

MichalisDBA opened this issue Apr 25, 2024 · 0 comments

Comments

@MichalisDBA
Copy link

Hi @osalvador.

When you specify number of jobs for source Microsoft SQL Server, for example jobs=2, ReplicaDB throws an error

Incorrect syntax near 'ABS'.

I think you missed an AND on file SQLServerManager.java line 383.

Instead of

sqlCmd = sqlCmd + " where " + options.getSourceWhere() + " ABS(CHECKSUM(%% physloc %%)) % " + (options.getJobs()) + " = ?";

i believe must be

sqlCmd = sqlCmd + " where " + options.getSourceWhere() + " AND ABS(CHECKSUM(%% physloc %%)) % " + (options.getJobs()) + " = ?";

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