Hi friends,
I have a query that it take 30% of total instance execution time on SQL Server. Do you know what is it?
SELECT StatMan([SC0])
FROM
(
SELECT TOP 100 PERCENT [Primary Key] AS [SC0]
FROM [dbo].[Company$Change Log Entry]
WITH
(
READUNCOMMITTED
)
ORDER BY [SC0]
) AS _MS_UPDSTATS_TBL
With thanks for whatever assistance you might provide.
Kind regards,
Johonnatan Zuin
*This post is locked for comments
I have the same question (0)