Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

Beyond the Job Title: Real Stories of IT Accountability

The top query from database administrators is: what is this database for, and why do I care? The life of a DBA is one of infinite gifts, even if those gifts are unwanted. If you've ever had an application owner drop a database in your lap, then this session is for you. Hear from professionals who have dealt with this problem time and time again. Spoiler alert: better tooling gives you and the application owner the insight they need to make informed decisions.

The risks - and rewards - of using production data for testing

Data, and the way enterprises use data in areas like development and testing, has not traditionally been a focus for business leaders but that’s now changing. Data is more varied and complicated than ever before, for example, with enterprises using two or more different database platforms – and 40% using four or more. It’s also spread wider and further, with enterprises hosting their databases in a combination of cloud and on-premises infrastructures.

How to Use UniDAC and RAD Studio to Access Oracle Database

Developers using the RAD Studio environment frequently encounter challenges with database engines like Oracle. This happens particularly when they have to ensure compatibility and seamless data integration or struggle with matching Delphi data types to the ones used in a database. On the other hand, Universal Data Access Components can efficiently connect to and interact with different databases, including Oracle, without additional access layers or needing extra time to build tailored connectivity.

MySQL Performance Monitoring Tools and the Most Important Metrics to Monitor

This article covers some of the most popular MySQL performance monitoring tools alongside the key performance metrics that can help improve and optimize query performance in MySQL databases. MySQL is an open-source relational database that a lot of users prefer to utilize in their work and daily operations due to the variety of storage engines it supports, its flexibility and high performance, strong data security, cost-effectiveness, easy management, and reliability.

Simple Talks Podcast | Episode 3 - The Evolution of Database DevOps

Ryan Booz, Steve Jones and Grant Fritchey discuss the evolution of Database DevOps, from its origins to its significance today. They discuss what they were doing at the time of its inception as a concept and how it impacted their day-to-day, while also looking at the various pieces that make up the Database DevOps puzzle – from automation to testing - and where it may go next.

Python Connectors Release: Microsoft Excel Integration and Updated Subscription Model

We are thrilled to announce the latest release of our Python Connectors product line, now featuring a subscription model designed to offer even greater cost-effectiveness and convenience. The new pricing structure makes our connectors more accessible, allowing users to benefit from ongoing updates and support while optimizing their software expenditure.

MySQL String Functions in Action

What’s so special about MySQL? Why do most developers choose this relational system for managing databases? MySQL is widely used primarily because it’s based on the Structured Query Language (SQL), which is a perfect fit for accessing and handling records. Additionally, MySQL attracts users with its scalability and robust performance. This post will focus on another advantage that should be mentioned to highlight the value of MySQL.