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.