yochananrachamim / AzureSQL

132 stars 61 forks source link

Why no alter table in script #9

Closed MartinDemberger closed 4 years ago

MartinDemberger commented 4 years ago

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?

yochananrachamim commented 4 years ago

this is now added to the recent version. please use the optional parameter to rebuild heaps.