Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

Meet Our New Python Connectors for Dynamics 365 Business Central, Excel Online, and Google Sheets

Here comes the long-awaited release of three new Python Connectors for Dynamics 365 Business Central, Excel Online, and Google Sheets. These Connectors are designed to simplify data integration and maximize productivity for developers working with these platforms. From now on, it will be extremely easy to connect Python applications directly to Dynamics 365 Business Central, Excel Online, and Google Sheets, enabling accurate create, read, update, and delete operations on stored data.

Inside Perspectives: The growing importance of security and compliance

This is a guest post from Mri Pandit. Information is the cornerstone of business operations, and data is now the most critical asset for any organization. But as reliance on data grows, so do the risks associated with breaches, fraud, and non-compliance. For most organizations, particularly in highly regulated sectors like finance, security and compliance are no longer optional – they’re essential for survival.

How to Rename a MySQL Database

When working with MySQL databases, you may encounter the need to change a database name. However, MySQL no longer supports a direct renaming option. The RENAME DATABASE command, available in earlier versions, was removed due to the risk of data loss. Despite this, renaming a database in MySQL is still possible. This article explores the available methods to accomplish this task safely and effectively.

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.

EnterpriseDB vs. PostgreSQL

When it comes to choosing the right database management system (DBMS) for your enterprise needs, PostgreSQL—also known as Postgres—and EnterpriseDB (EDB) Postgres Advanced Server often top the list of contenders. While Postgres is a widely adopted open-source database known for its stability and feature-rich capabilities, EDB builds on this with additional tools and enterprise-focused features.

Optimizing Database Performance with MurmurHash and Atatus Monitoring

Atatus database monitoring takes you to the next level by offering comprehensive tools to track query performance, uncover bottlenecks, and optimize database efficiency. A core feature of our database monitoring is query signatures, where we leverage MurmurHash to generate unique, consistent identifiers for normalized SQL queries. This enables efficient aggregation and analysis of query metrics, even for complex workloads.

Protecting Against Ad-Hoc Query Exploits

Ad-hoc queries are temporary SQL queries created and executed to perform a specific task without prior preparation or to save as permanent procedures or functions. Usually, they can be used to analyze data, search for particular information, or solve temporary tasks. However, if user-defined input data generates the text in ad-hoc queries dynamically, they may be vulnerable to SQL injections. In the article, we’ll explore what ad-hoc queries are and what security and access risks they may cause.