Closed MartinDemberger closed 4 years ago
As I see there is only a handling for indexes but no alter table TABLE_NAME rebuild with (ONLINE = ON);
alter table TABLE_NAME rebuild with (ONLINE = ON);
Is there any reason why this is missing?
this is now added to the recent version. please use the optional parameter to rebuild heaps.
As I see there is only a handling for indexes but no
alter table TABLE_NAME rebuild with (ONLINE = ON);
Is there any reason why this is missing?