How to import a bacpac to Azure without rebuilding the indexes

Viewed 81

I'm using sqlpackage to import .bacpac to Azure Databases but once the datas have been imported it starts enabling back the indexes and it takes forever. I would like to skip this part.

I though it was bound to the following parameter : /p: DisableIndexesForDataPhase=(BOOLEAN TRUE) but it's defaulted as true and it seems it does not work that way.

Is there a parameter or extention I didnt see that could achieve that ?

0 Answers
Related