Replies: 1 comment
-
@anuksap that is by design of SQL Server and not something Grate can change. Doing a index create or rebuild with Index ONLINE = ON is an enterprise feature Microsoft has publish the difference between the editions on Editions and supported features of SQL Server 2022 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I was trying to migrate from rh to grate.
So I executed grate command locally to see changes on localhost . But it got failed for online indexes.
When I did ONLINE = OFF it works. But rh works totally fine for Online = ON.
Could you please assist if anything I am missing.
Below are the snippets from logs
Online index operations can only be performed in Enterprise edition of SQL Server or Azure SQL Edge.
Beta Was this translation helpful? Give feedback.
All reactions