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

AG secondary fix, fixed issue with big dbs #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michalsadowski
Copy link
Contributor

Fixed issue when a database is part of Availability Group and job is failing on secondary replicas
Fixed issue with size calculation for bigger databases causing the error: Msg 8115, Sev 16, State 2, Line 1 : Arithmetic overflow error converting expression to data type int. [SQLSTATE 22003].
The change is from int to bigint.

Fixed issue when a database is part of Availability Group and job is failing on secondary replicas
Fixed issue with size calculation for bigger databases causing the error: Msg 8115, Sev 16, State 2, Line 1 : Arithmetic overflow error converting expression to data type int. [SQLSTATE 22003].
The change is from int to bigint.
@msftclas
Copy link

msftclas commented Feb 4, 2020

CLA assistant check
All CLA requirements met.

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

Successfully merging this pull request may close these issues.

2 participants