15 May 2020 11:50 AM
One application is accessing a MSSQL SQL catalog. I have not been able to track the queries that are being made. Does anyone know if these type of queries should appear automatically? I do have a feeling though that they are being made by some background process, and that might be the reason why I'm not seeing them.
18 May 2020 08:22 PM
Id Check out this link: https://www.dynatrace.com/support/help/technology-support/application-software/other-technologies/su...
It might be able to assist you in getting the information you are looking for.
22 May 2020 12:16 PM
I checked the link, but was not able to correlate with the Catalog issue. I had to also investigate as I didn't have a good knowledge about what it exactly was. An interesting description is given here: https://stackoverflow.com/questions/7022755/whats-the-difference-between-a-catalog-and-a-schema-in-a...
As this Catalog access is being done by a Framework, we have managed to find out in the Background thread some methods in Method Hotspots that seem to be the ones that are accessing the information. We will probably go the Custom Service way, so we can see what is going on...