Hello.
We are using AG to Replicate SQL Server 2017 databases to Azure VM.
On premise our Bytes per physical sector size =512K
On the Azure Server Bytes per physical sector size=4096K.
I have witnessed the misaligned log IO's message in my replica log.
I have been researching and found the T1800 flag. I applied the trace flag to the Server with Bytes per physical sector size =512K.
Questions:
1) Does this Flag require a server reboot? I applied it directly and added to start up parameters.
2) Is it possible to add DISK in AZURE with Bytes per physical sector size =512K?
If so how is that accomplished?
Thank you
Mark G