Trying this:
update _PECO_Detail set RunId = 37
I get:
A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The semaphore timeout
I've seen posts about this that say that this is a network issue, but other simple queries work fine. Only this one. It is trying to update 1.2 million rows (approx.)
I don't care if it takes 10 hours to run (although I would like it to be faster), but I don't want it to time out.
The table has been properly indexed, has a pk, and there is an index on RunId field as well.
It is an Azure managed instance. It has been set up in a minimalistic cost fashion. I am not too familiar with Azure database costing.