Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Henri de Winter 1 post 71 karma points
    Jan 15, 2019 @ 13:41
    Henri de Winter
    0

    repeated SQL Server queries

    The following query is executed every second on SQL Server. Is this bahavior by design and can I adjust the interval?

    exec sp_executesql N'SELECT TOP 100 * FROM [umbracoCacheInstruction] WHERE (([umbracoCacheInstruction].[id] > @0)) ORDER BY ([umbracoCacheInstruction].[id])',N'@0 int',@0=27073

Please Sign in or register to post replies

Write your reply to:

Draft