Hello, I'm using VB to analyse Windows Performance logs and here is my code: strLPQuery = " SELECT TOP 10 TO_STRING(TO_TIMESTAMP([(PDH-CSV 4.0) (GMT Standard Time)(0)], 'MM/dd/yyyy hh:mm:ss.ll'), 'yyyy-MM-dd hh:mm') AS Hour, " & _ " SUM(TO_REAL([\\" & strServerName & "\Active Server Pages...