set statistics io does not stick

  • At one point, I ran

    SET STATISTICS IO ON

    SET STATISTICS TIME ON

    because, well I needed the information. However after running

    SET STATISTICS IO OFF

    SET STATISTICS TIME OFF

    it didn't obey my command

    every single command I ever ran since I switched it on, I get the statistics displayed, which makes PRINT output pretty difficult to find between all the parse, compile and execution time output

    What am I overlooking?

    Thanks,

    Henk

  • In SSMS

    Tools>Options>Query Execution>SQL Server>Advanced

    there are check boxes here for SET STATS....are they on or off?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • They were on, now that they're off it's fixed.

    I must have set them to ON at one time.

    Thanks,

    Henk

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

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