05 Dec 2022 08:23 AM - last edited on 05 Dec 2022 12:02 PM by Ana_Kuzmenchuk
Hi, I have a case that detects queries on Dynatrace, basically, the queries on the database are different from the queries detected on Dynatrace, so the database queries don't have "select top 0" but Dynatrace detects "select top 0". so from that what should I do?
thanks
05 Dec 2022 08:51 AM
A "SELECT TOP 0" likes something of a hack (in the "good" sense of the term hack)...
Could you paste an example of the complete query, taking out what might be sensitive?