During alter table, indexes are re-created one at a time. If your system has enough engines, data cache, and I/O throughput to handle simultaneous create index operations, you can reduce the overall time required to change locking schemes by:
Dropping the nonclustered indexes
Altering the locking scheme
Configuring for best parallel sort performance
Re-creating two or more nonclustered indexes at once