fn_virtualfilestats - Returns negative results

  • I'm analysing some of the IO stats on a SQL 2005 Server and some of the columns returned by fn_virtualFileStats are negative. In particular IoStallWriteMS and IoStallMS for the log file on the busiest database. This seems to implies the field is overflowing which raises two issues: Over flowing a Bigint requires a really big number and seems realtvily unlikely given the server was restarted only 5 days ago. and 2 why doesn't the system get an arithmetic overflow when the coulnm overflows?

    If this isn't what is happening, what is?

    Cheers

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • Can you use sys.dm_io_virtual_file_stats instead?

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

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

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