Hi All,
I've a little suspect on returned rows from sql VIEWS created with(nolock) and pooled c# connections.
My Installation is synch-commit availability mode
at IIW web layer there are 50 up to 100 active connection (applicationIntent=readOnly),
LINQ driven query are sent with bind variable, against VIEW_MY_data
It could be possible that somehow sql view data is taken from buffer manager of replica and NOT up to date , without re-read actual data ?
I've noticed a suspicious value and a not found result from my Tracelog with a timestmp of 6 second later than , timestamp column on DBMS.
Primary and slave are connected over a couple of Infinband.
Ciao
Diego
Diego scaravaggi