We recently moved our geodatabase into MS SQL Server in Azure, and we are experiencing strange issues.
I am trying to export a large featureclass into an FGDB in ArcGIS Pro, which is installed on the desktop machine, it will take many hours and only export a small amount of records. (2900 of 180,000 records of the featureclass)
If the featureclass is not that big, let’s say only hundreds of records, it can be exported very quickly.
After monitoring the SQL Server in Azure, the DB guy told me there were some small activities, but nothing major to stress the server. On my client machine, I can see lots of network activities, but the progress bar barely move.
I tried to use ArcGIS Python API to load data from featureclass, the script will hang.
Never experience this issue before on the on-prem SQL Server.
If anyone can share some experience here, that would be much appreciated.