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

Fix to #32154 - Convert_regular_column_of_temporal_table_to_sparse failing #32370

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Nov 21, 2023

On some versions of Sql Server, temporal table's history table is by default setup with compression. If that's the case, we need to disable versioning and de-compress the history table before adding a sparse column or converting non-sparse column to sparse.

Fixes #32154

…iling

On some versions of Sql Server, temporal table's history table is by default setup with compression. If that's the case, we need to disable versioning and de-compress the history table before adding a sparse column or converting non-sparse column to sparse.

Fixes #32154
@maumar
Copy link
Contributor Author

maumar commented Nov 21, 2023

@ajcvickers check if this one works on your machine

@ajcvickers
Copy link
Member

@maumar Passes on my machine now.

@maumar maumar merged commit 25ba437 into main Nov 21, 2023
7 checks passed
@maumar maumar deleted the fix32154_take2 branch November 21, 2023 19:32
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.

Convert_regular_column_of_temporal_table_to_sparse failing
2 participants