Viewing 4 posts - 1 through 4 (of 4 total)
it meens , the number of milliseconds spent waiting for io
March 4, 2010 at 6:03 am
Hi,
changing collation of only some columns get to some trouble
when comparing/joining two columns of different collation.
you need to use an explicit conversion which may lead to bad performance
(not using index...
May 12, 2008 at 5:27 am
I think that case sensitive database make use of binary sort order
that non case sensitive cannot.
It's more related with performance.
May 9, 2008 at 9:57 am
Hello,
It seems to me that IostallMs is not related to Number of Bytes Reads/Writes
but to the number of Read/Writes
So the last select, should be
SELECT TOP 5
DataBaseName,
TimeStamp,
SUM(NumberReads) + SUM(NumberWrites)...
May 2, 2008 at 10:23 am
Viewing 4 posts - 1 through 4 (of 4 total)