imajaydwivedi / SQLMonitor

SQLMonitor is designed as opensource tool to replace expensive enterprise monitoring or to simply fill the gap and monitor all environments such as DEV, TEST, QA/UAT & PROD.
MIT License
25 stars 14 forks source link

Add Preventive Triggers on `dbo.instance_details` to avoid Mistakes #45

Closed imajaydwivedi closed 1 week ago

imajaydwivedi commented 2 months ago

Add Preventive Triggers on dbo.instance_details to avoid Mistakes

imajaydwivedi commented 2 months ago

Changes have been made.

Added history table and 2 DML triggers.

Waiting for successful testing.