I am seeing a lot of like this
DBCC SHOW_STATISTICS(N'"myDB"."dbo"."myTable"',"Index4") WITH HISTOGRAM_STEPS
running on remote linked servers and it seems to be causing some performance problems. We have a lot of remote queries.
Does anyone know what this does?
Thanks!