SQL Servers are double-counted in 3.141x
-
dc/dashboard.p:
case _Connect-type: ... when "sqsv" then tt_Dashboard.con_sqlServ = tt_Dashboard.con_sqlServ + 1. ... end. //case if _Connect-type begins "SQSV" then tt_Dashboard.con_SQLServ = tt_Dashboard.con_SQLServ + 1.
This may also be in previous versions; I haven't checked.
-
That's kind of dumb. Who the heck coded that?
-
@tom said in SQL Servers are double-counted in 3.141x:
That's kind of dumb. Who the heck coded that?
case
statements are hard. -
Looks like it dates back to pt3.3n.
It is fixed now.