How can I alter a 100 GB table data type to nvarchar(max) without impacting my reporting workload which is using read only routing almost every time either the reporting workload get blocked by Read Thread or the Redo gets blocked by the reporting query.
What is the best way to achieve this task.
RS_DBA