Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

Simple Talks Podcast | Episode 8 - Coffee chat with Kevin Feasel

On this episode of Simple Talks, Louis sits down with Kevin Feasel and talks database design, conferences, battle tech games, and a lot more. Kevin has one of the most interesting origin stories so far in this series. He is a Data Platform Microsoft MVP and is the model of a great member of the data community. Also on the podcast, Louis learns a few new words and phrases, and for those of you watching on video, you can see him accidentally take himself out of the video a few times as well.

dbForge Edge Overview | All-in-One Database Development and Design Solution

Learn how dbForge Edge enhances database development and design with powerful features such as context-aware code completion, visual query building, and version control integration. Whether you work with SQL Server, MySQL, Oracle or PostgreSQL, dbForge Edge will help you easily reinvent and streamline your daily workflow.

Redis Monitoring: What It Is and How to Do It

Redis is an in-memory data store used primarily as a quick-response database or an application cache. As an open-source NoSQL database, Redis handles data operations in microseconds, making it perfect for applications that need real-time processing. Fast, flexible, and easy to use, Redis has become a key player in modern application design.. Developers love Redis for its scalability and because it delivers application performance much faster than traditional databases, thanks to its in-memory operations.

Installing and Upgrading the Flyway CLI | The Tony and Tonie Show

Tony and Tonie discuss a Phil Factor article that explains how the Flyway CLI installation and upgrade process works on Windows and Linux, and how we can make it simpler and less time-consuming using a bit of PowerShell automation, or by running Flyway from a Docker container, or finally by using a package manager.

.NET Core Top Practices for Developers

It’s 2024; who hasn’t heard of.NET Core, the primary framework developers use to build desktop and web apps? However, if you want to build something impactful, just choosing the right technology isn’t enough. Any major development process requires you to follow certain best practices to ensure that the project you’re building is future-proof. In this article, you’ll find the.NET Core top practices to help you ensure that your application is secure, scalable, and efficient.

How to Use SSIS Web Service Tasks for Data Retrieval

SQL Server Integration Services (SSIS) is a core component of the Microsoft SQL Server ecosystem that provides you with a versatile services toolkit for different types of data integration and transformation. Among many ways to pass data using the SSIS data integration tool, Web Service Tasks take up a special place, enabling you to fetch and load data, smoothly integrate applications with Cloud services, and handle real-time data exchange.