DBCC SHOW_STATISTICS WITH HISTOGRAM_STEPS run on remote linked servers

  • 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!

  • Yeah, that shows the distribution of the stats on that index. I don't know why someone would be running that as much as you're reporting though.

    Watch my free SQL Server Tutorials at:
    http://MidnightDBA.com
    Blog Author of:
    DBA Rant – http://www.MidnightDBA.com/DBARant

    Minion Maintenance is FREE:

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply