Operations | Monitoring | ITSM | DevOps | Cloud

SSIS Data Flow Components 5.0: New Features, API Updates, and Expanded Platform Support

We are thrilled to announce the release of SSIS Data Flow Components version 5.0. This release includes updates across database connectors, cloud services, and APIs. It adds new objects, improves data type support, introduces new authentication options, and expands API coverage for more than 20 platforms.

Why Relational Databases Fail Satellite Telemetry

Satellite operations depend on telemetry as the primary interface to systems that teams cannot directly inspect. Once a spacecraft reaches orbit, signals such as battery levels, temperature, signal strength, and fault codes become the foundation for understanding system health and maintaining control. Telemetry streams continuously, so the underlying data system becomes a critical control point that needs to handle a constant, heavy flow of data.

What Is Database Software? Types, Examples (Including dbForge Edge)

Database software helps organize, manage, retrieve, and analyze data in databases. But what does that actually mean in practice? In this video, we explain what database software is using a simple library analogy, show how it helps add, edit, delete, and report on data. We also break down the main types of database tools used by developers, DBAs, analysts, and technical teams. You will also see examples of well-known database software, including SSMS, MySQL Workbench, pgAdmin, Oracle SQL Developer, JetBrains DataGrip, DBeaver, and dbForge Edge.

Why Digital Operational Resilience Act (DORA) Compliance Requires Auditable Database Change Management

This article examines DORA's requirements for database change management and explains how Redgate Flyway Enterprise addresses them. The EU's Digital Operational Resilience Act (DORA) came into full effect in January 2025. It is designed to strengthen the ability of financial institutions to withstand operational disruption, whether caused by technology failures, data corruption, human error, or a cyberattack.

Without Governance, AI Is Just Faster Failure

Kellyn Gorman is a Database and AI Advocate and Engineer at Redgate She's the previous director of Data and AI at Silk, and the Oracle SME in Azure at Microsoft. With a robust background in cloud technology and a passion for promoting its merits and potential, I am thrilled to spearhead conversations and actions that help shape the future of this industry. Kellyn has authored numerous technical books, white papers and solution repositories in GitHub on database, AI and engineering topics.

Excel Add-Ins 3.0 Updates: Excel 2024 Compatibility, Expanded Database and Cloud Coverage, and Modern Security Enhancements

We are pleased to announce the release of Excel Add-ins 3.0, a major update to our Excel Add-ins for databases and cloud applications. The new version adds support for Microsoft Excel 2024 across all products. It also includes new database versions, expanded object and report support, improved data type handling, and enhanced connection security.

The alerts worth your time. Resolved faster

It's 7am. An alert fired overnight. You open your monitoring solution, navigate to the alert, cross-reference the waits, check the query plans. Twenty minutes later: it should not have fired. You knew that before you started, but you had to check anyways. The feeling of being overwhelmed by alerts is real. And so is the cost. Thresholds set once and forgotten, firing on patterns that have been normal for months. The inbox fills. DBAs learn to ignore most alerts. The workaround becomes the workflow.

Why database governance in financial services is falling behind where it matters most

If anyone knows how to operate under scrutiny, it’s database teams within finance organizations. It’s a given considering the more rigorous compliance requirements and processes they must follow. But the 2026 State of the Database Landscape: Finance Edition reveals something more specific, and more uncomfortable, than the familiar story of regulatory pressure.

dbForge: AI-Powered Multi-Database Tools for SQL Development & Management

dbForge is an AI-powered multi-database ecosystem for SQL development, database design, data management, testing, administration, reporting, and automation. In this video, you will see how dbForge helps database developers, DBAs, and technical teams reduce tool switching and work across SQL Server, MySQL, MariaDB, PostgreSQL, Oracle, cloud databases, and on-premises environments from one connected ecosystem.

dbForge - AI-Powered Database Ecosystem for Developers & DBAs

Managing different databases, tools, and environments can slow down your workflow… but dbForge brings everything together. Work with SQL Server, MySQL, MariaDB, PostgreSQL, Oracle, and cloud databases Use AI to generate, explain, fix, and optimize SQL queries Design, develop, test, manage, and automate databases Choose from dbForge Edge, dedicated Studios, standalone tools, and SSMS/Visual Studio add-ins.

Turning down grad school, self-learning Power BI, and Lego! (Kristyna Ferris) | Simple Talk Podcast

Kristyna Ferris turned down grad school, learned Power BI, moved into the data world - and never looked back. In this chat with Steve Jones, Kristyna explains why she did it, what she’s learned, and even why her first DBA changed her password! Plus: being a Microsoft MVP, the importance of self-learning, being inspired to get involved with the community, and Kristyna’s passion for Lego, movies, and more!

MongoDB Changelog Automation Explained: How Harness Database DevOps Works

Managing MongoDB database changes shouldn't require manually creating and maintaining changelogs. In this video, you'll learn how Harness Database DevOps automatically generates MongoDB changelogs, helping teams capture existing database changes and bring them into version control for reliable CI/CD workflows. As a modern **database schema migration tool**, Harness Database DevOps helps teams automate database change management across relational and NoSQL databases, reducing manual effort and deployment risk.

Enforce your team's database standards automatically with Custom Policy Checks in Redgate Flyway Enterprise

Every engineering team has a list of “things we don’t do”. No TRUNCATE TABLE in production. Every audit table must end in _audit. Foreign keys follow a naming convention. But until now, enforcing those standards has meant relying on pull request checklists, tribal knowledge, or a separate linting tool bolted onto the pipeline.

ADO.NET SQL Connection Providers for SQL Server Compared

Selecting an ADO.NET provider may seem like a simple, one-time decision, but it can affect performance, compatibility, and long-term maintainability for years. The provider sits between your application and SQL Server and affects everything from connection management and authentication to support for new database features. Also, today, SQL Server 2025 delivers new cloud-optimized features and modern security and System.Data.SqlClient has become legacy software.

Detecting Data Masking Gaps in a CI Pipeline | The Tony and Tonie show Ep46

Your schema changed. Did your masking rules keep up? Here’s how Flyway and Test Data Manager can catch gaps and prevent PII exposure in dev and test. Tony and Tonie discuss how Flyway and Redgate Test Data Manager can work together in a CI pipeline to detect schema changes that introduce unmasked sensitive columns, helping teams keep production-derived test data protected as the database evolves.

Migrate to Azure Managed Redis with Datadog and Eden

Azure Managed Redis is a Microsoft first-party, fully managed in-memory data store, replacing Azure Cache for Redis tiers. It includes Redis Enterprise features such as RediSearch for vector search and full-text search, in addition to RedisJSON, RedisTimeSeries, and Active Geo-Replication. As Azure Cache for Redis reaches end of life, more teams are planning migrations to Azure Managed Redis in search of better performance, lower cost, and modern capabilities for AI and real-time workloads.

Tempo 3.0 release: a new architecture for scale and lower TCO, TraceQL metrics GA, and more

Tempo started with a simple goal: make distributed tracing easier to run at scale. As tracing adoption has grown, however, so have the challenges, including higher data volumes, more complex architectures, and increasing demand for real-time insights directly from traces. Over the last year, we’ve been evolving Tempo’s architecture to meet that moment. And today, we’re sharing the results of those efforts with the release of Tempo 3.0.

What's New in Tempo 3.0

Tempo 3.0 introduces a major architectural shift that decouples the read and write paths, with Kafka handling durability on the write side and a new live store serving recent traces on the read side. Blocks are now written at a replication factor of one instead of three, significantly reducing storage overhead. This release also brings TraceQL metrics to general availability, adds comparison operators for filtering metric results at query time, and introduces a new Tempo CLI redact command for removing sensitive trace data on demand without waiting for retention to expire.