Transactions load


Job details

Name: Transactions load
Platform: Sqlserver
Category: Performance
Description: Shows the transactions load over time, total and top 5 databases.
Long description: Shows the transactions load over time, total and top 5 databases.
Version: 1.2
Default schedule: 1,11,21,31,41,51 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sqlserver’]/instance[maj_version > ‘1999′ & hasengine=‘YES’ & (engine_edition = ‘Microsoft SQL Server’ engine_edition = ‘Azure SQL Managed Instance’)]

Parameters

Name Default value Description
keep data for 5 Number of days to provide statistics for.

Job Summary

SELECT cntr_name, cntr_value_dif, cntr_time_period, histr_date FROM dbw_transactions_load_histr ORDER BY histr_date ASC;

Task Details

Dependencies and Execution

Reporting

Enhancement from Previous Versions

Scheduled Execution

Conclusion

This dbWatch job plays a crucial role in maintaining and enhancing database performance by continuously monitoring transaction loads on critical SQL Server and Azure managed instances. The information provided by this job assists in proactive management and scaling decisions.