Operations | Monitoring | ITSM | DevOps | Cloud

Dynamic Alerting on Processor (CPU) utilization | The Tony and Tonie Show

Tonie and Tony discuss a new article on dynamic alerts, which uses machine learning to adapt alert thresholds to normal patterns of behavior. They discuss how this works in Redgate Monitor, and how it helps increase alert relevance, allowing teams to focus on real performance issues.

Simple Talks Podcast | S2, Episode 2 - Introducing a new PostgreSQL book!

In this week's podcast, we are doing our very first "special episode". Two of the Redgate Advocates (Ryan Booz and Grant Fritchey) have written a book on PostgreSQL titled "Introduction to PostgreSQL for the data professional". So Louis sat down when them and asked them about the book, the process of creating it, and much more.

Monitoring Database Performance and Security side-by-side | The Tony and Tonie Show

Tony and Tonie discuss a new article by Denny Cherry, who has delved into some of the security monitoring features in Redgate Monitor that allow it to provide 24x7 surveillance of performance and security data, across all monitored databases and servers.

Simple Talks Podcast | S2, Episode 1 - Coffee Chat with Scott Stauffer

It is the start of season 2, and we are kicking it off with Scott Stauffer talking about coffee, video games, the glorious innovation of technology over our years, guide dogs, AI, and so much more. Without giving away too much, in the show there is a discussion about guide dogs.

Using Flyway's JSON output to automate development tasks | The Tony and Tonie Show

Flyway's JSON output provides a lot of useful information about the migrations files, database, and version changes, in a format that automated processes can read and use. This article demonstrates how we can crate a Flyway callback that uses this JSON output to automatically send simple, human-readable notifications of what happened during a migration, helping developers stay informed about version changes that could impact their work.

Finding Significant Differences in Flyway SQL Migration Code | The Tony and Tonie Show

In this episode of The Tony and Tonie Show the pair discuss using PowerShell-based tokenization to compare two SQL migration files. How it ignores non-functional changes like comments or formatting and pinpoints the first meaningful change in SQL logic, providing detailed feedback on its location and nature. Make sure to subscribe to our channel if you want to watch more from Tony & Tonie.

Simple Talks Podcast - Episode 13 - Ending the Season Together

Today, all the hosts (Louis Davidson, Ryan Booz, Kellyn Gorman, Steve Jones, and Grant Fritchey) get together for a festive adjacent discussion about AI, content, books, community, vector, PIVOTing, observability, and we end up with a brief discussion on gluten-free gingerbread men (because we did!) All this, though absolutely none of us broke into song like a Hope/Crosby musical!

Managing database security, compliance, and performance | The Tony and Tonie Show

Managing database security, compliance, and performance across a complex estate is no easy task. In this video, Tony and Tonie discuss how Redgate Monitor Enterprise brings all the data you need into one place. They speak about how it helps DBAs track user permissions, ensure configuration compliance, create custom reports, and implement resilient high-availability monitoring, and more.

Smarter handling of Flyway validation issues | The Tony and Tonie Show

In this video Tony and Tonie discuss the quick way to verify whether a Flyway validation error is a real cause for concern, due to retrospective metadata changes, or just the result of a developer valiantly adding formatting and documentation to improve the code. If the latter, developers can safely run Flyway repair to resume normal migrations.