What's This Query ??

  • I just ran sp_whoisactive, and one of the results was this:

    SELECT StatMan([SC0], [SB0000])

    FROM (SELECT TOP 100 PERCENT [SC0], step_direction([SC0])

    over (order by NULL) AS [SB0000] FROM (SELECT [RunDate] AS [SC0]

    FROM [dbo].[MyTableName] WITH (READUNCOMMITTED,SAMPLE 5.877638e+000 PERCENT) )

    AS _MS_UPDSTATS_TBL_HELPER

    ORDER BY [SC0], [SB0000] ) AS _MS_UPDSTATS_TBL OPTION (MAXDOP 1)

  • Automatic statistics update.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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