ExportXMLWordPrintable

      Bug type: Typo in SQL query causing incorrect behavior on case-sensitive MSSQL databases.

       

      Details:
      In some MSSQL environments (case-sensitive collation), the Cache hit ratio item becomes unavailable due to incorrect casing in the string literal used in the query.
       

      Fix required (line 61) perfcounter.get.sql:

      WHERE counter_name = 'Cache Hit Ratio base' 

      -->

      WHERE counter_name = 'Cache Hit Ratio Base' 

            Assignee:
            Eriks Sneiders
            Reporter:
            Michal Ruszczyk
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: