Featured Blog
Announcing the General Availability of IDERA SQL Compliance Manager 7.0
Announcing the GA Release of SQL Compliance Manager 5.5
We’re excited to announce the release of SQL Compliance Manager 5.5 SQL Compliance Manager is a comprehensive database auditing solution that...
How to learn PowerShell for free
Microsoft’s Windows PowerShell is a task-based command-line shell and scripting language. It is an automation platform and scripting language...
July #SQLChat – Death of the DBA
“The DBA is dying” has been a common concept for at least 15 - 20 years. What makes this time period different? Join IDERA...
Creating great UIs with C++Builder and FireMonkey: app templates
FireMonkey is an advanced UI toolkit, capable of great layouts and designs. We'd like to show you what it's capable of, and how easy it is...
C++’s Strengths Keep it Relevant in an Age of Code Bootcamps
There is an interesting post on Medium aiming to inspire students why to learn C++. Its main point is that learning C++ teaches fundamental...
Connecting to PostgreSQL and MySQL via ODBC to IDERA’s ER/Studio Data Architect
Howdy! Introduction: In this blog post, we will show you how easy it is to connect to MySQL and PostgreSQL via ODBC. As you are aware we can reverse...
Enhance Database Performance with SQL Tuning in DB Optimizer
In today's economy it is imperative that database developers work smarter, not harder, to meet the demands put on them by line of business...
CodeRage DE 2018: Termin, Anmeldung, Infos und Vorstellung der Präsentatoren
Am Dienstag, 26. Juni, findet die Dritte Deutsche CodeRage Deutschland statt. Anmeldung und weitere Infos (Sessionplan) hier:...
Welcome AquaCluster Users to the IDERA Community!
We are excited to welcome the AquaCluster users to the IDERA Community! As you know, IDERA acquired AquaFold in July 2017, and we are committed to...
Real-world CMake and C++Builder applications on github
Last week, we ran a popular webinar Fast Builds and Integrating Libraries: Using CMake and Ninja for C++ Builder 10.2.3. The replay is now...
Using Precise for Database to Tune Tables and Indexes
When looking at a database to improve performance, I look at three types of tuning; statement, object, and instance. I want to walk you through some...
Creating a Data Culture Through Continuous Improvement
Far from a one-off effort, data quality and data culture require continuous improvement and optimization. Industry leading organizations recognize...
Tech Tipp #13: Rechnen mit InterBase
Frage: Ich mache Berechnungen beim SELECT Statement von InterBase. Zum Beispiel (Standard EMPLOYEE Datenbank; nur als Beispiel)...
Databases Don’t Build Themselves
Last week I was fortunate to be asked to present during the IDERA Live Event. There were many great presentations and those who attended received a...
A new mutlti-threading library for Delphi. (darkThreading)
My regular readers may be aware that over the past two or three months, I’ve been working on building a new video game engine for Delphi. I’ve also...
How To Improve a Business-critical Third-party Application by Optimizing Its Generic Database Settings
Problem Background A business-critical third-party application for Microsoft SQL Server configured the database with generic settings, including...
RAD Server Solution Series: [Field Service Application]
Solution Name: RAD Server Field Service Application - Delphi Industry: Field Service Solution Overview: The RAD Server Field Service Industry...
June #SQLChat – Soft Skills for the DBA / Developer
As a database administrator and IT professional there are certain technical skills that one is expected to know - but what soft skills are...
Using an IDE: Getting back to code faster
A C++ IDE or an Integrated Development Environment is application development software written to give you a way to create or write C++ applications...
What Happened to My Database?
Every DBA has at some point asked: “What the heck happened to my database?” In this blog, we’ll review some of the more common...
IDERA Database Tools roadmap for DBAs, database developers and data architects
At IDERA, users drive our product direction. That’s why we have been listening to your needs and have built a roadmap centered around you. In...
C++ with LINQ
I found an interesting C++ libraly.That is "LINQ for C++". What's "LINQ"? LINQ (Integrated Language Query) is a function of...
RAD Studio 10.2.3 – Parches y demás información
El RAD Studio 10.2.3 está disponible desde marzo de 2018 y se puede descargar a través de la ISO o instalador web (modo preferido). Después de la...
RAD Studio 10.2.3 – Patches e outras informações
O RAD Studio 10.2.3 está disponível desde Março de 2018 e pode ser baixado através do ISO ou Web Installer (modo preferencial). Logo após a release,...
How Monyog Helps Profile Slow Queries in MariaDB
MariaDB came into being the day that Oracle announced the purchase of Sun in 2010. In order to keep it free under the GNU GPL, Michael Widenius...
Building Stunning UIs with C++ and FireMonkey
With many companies taking the “mobile first” approach, building applications that work on multiple platforms is a requirement for success....
Evolution of C++ standards
Programming languages are exciting for developers, and C++, one of the more technically challenging and also perhaps the most widely used compiled...
RAD Studio開發相關的一些重要更新資訊
已經是5月下旬了, 對於開發人員來說今年有數件重要的開發事件值得關注. 首先是RAD Studio本身, 從RAD Studio最新幾個版本我們可以觀察到RAD Studio現在每一個大版本之後會有數個hot fix以及3個更新小版本. 而這些更新都需要使用者到特定的URL下載安裝,...
RAD Studio开发相关的一些重要更新信息
已经是5月下旬了, 对于开发人员来说今年有数件重要的开发事件值得关注. 首先是RAD Studio本身, 从RAD Studio最新几个版本我们可以观察到RAD Studio现在每一个大版本之后会有数个hot fix以及3个更新小版本. 而这些更新都需要使用者到特定的URL下载安装,...
SHA Hash with C++Builder and Delphi
I've always been fascinated by encryption & compression, but my favorite is probably the cryptographic hash function. A hash function is a...