cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Monitor table activity in a DB

cleoleeps1
Visitor

I'm not sure how I can do this about Database. Appreciate pointers from the Gurus here.

FYI, we have many DBs in a MS SQL servers. And there are plenty of tables in each DB.

My interest is only on 2 tables.

I would like to be able to view a DB table's growth such as how and when data was added or deleted over a period of time. 

I wonder how can I do that?

Note: Currently we do not use activeGate anyway.

4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I would say creating your own extension where you execute SQL queries or logs. But you would need an ActiveGate.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Hi AntonPineiro, I believe what you mentioned is similar to this https://docs.dynatrace.com/docs/ingest-from/extensions20/data-sources/sql#supported-database-provide... ? It involves creating extensions, SQL server config including activeGate and SSL?

Hi,

Yes, if official SQL extension does not provide you that information. We can create your own.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Peter_Youssef
Champion
Dynatrace provides you with a framework that you can use to extend your observability into data acquired from a database using SQL queries against our supported databases such as Oracle, SQL Server, IBM, MySQL, PostgreSQL, SAP Hana, or Snowflake. Watch this hands-on tutorial where Vagiz Duseev ...

Featured Posts