Featured Blog
Diagnosing SQL Server Problems Faster: Real-Time Solutions for 2025
How to Analyze the Health of Database Indexes
To keep databases running smoothly, it is important to evaluate the properties and performance statistics of indexes of databases. For this purpose,...
Why I Keep Choosing Delphi
Early on I learned Turbo Pascal, which was a huge step up from the Basic and Batch File programming I cut my whitening on. When Delphi...
Use SQL Safe Backup’s Monitor Only Policies with customized backup operations
In my previous blog post, I wrote about how customized backup/restore solutions can be accomplished through the use of SQL Safe Backup's command...
New in RAD Studio 10.2.1: C++ Improvements
In Tokyo Release 1 (otherwise known as 10.2.1) we've made a number of improvements to our C++ support: a small but useful change in the...
Try condition_variable using C++Builder(C++11).
std::condition_variable is a class for waiting for thread execution until the condition is satisfied.Used in combination with std::mutex. I tried...
Thought Controlled Drone in Tokyo
While I was in Tokyo for the Tokyo launch I worked with the Embarcadero office there to make a new BCI demo video. This is using the Emotiv EPOC...
Embed the Chromium browser in your Delphi projects using DCEF3
In this video, I demonstrate installing the DCEF3 project into Delphi/RAD 10.2 Tokyo to provide the embedded Chromium browser to your VCL and...
A complete MySQL monitoring system with early-warning mechanisms: Liam Terblanche, CTO, Airvantage
Airvantage is a Value Added Service Provider for mobile telecommunication networks. Airvantage offers various gaming platforms, and subscriber...
How to Migrate Databases and Data Files
Do you need to: Move databases from one instance to another (for example, to move a performance-intensive database to a faster hard drive to...
New in RAD Studio 10.2.1: CodeGuard for Windows 8 and 10
CodeGuard is a tool for runtime error checking in a C++ application, and catches memory leaks, invalid handles, invalid memory use (such as writing...
Как устроено лицензирование
Мы регулярно получаем много вопросов от заказчиков и пользователей продуктов RAD Studio по лицензированию продуктов Embarcadero. В подавляющем числе...
How to Ensure that Databases Do Not Have Fragmented Indexes
Maintain the performance of databases by efficiently retrieving ordered data by resolving the fragmentation of the indexes. View the fragmentation...
Обновленная версия RAD Studio 10.2 – готова для подписчиков
Embarcadero старается соблюдать баланс между удобством и стабильностью среды и инструментов наших разработчиков и поддержкой достаточно частых...
RAD Studio 10.2 Tokyo Release 1 ist verfügbar (10.2.1)
Release Notes: http://docwiki.embarcadero.com/RADStudio/Tokyo/de/10.2_Tokyo_-_Release_1 Download ISO: https://cc.embarcadero.com/item/30786...
Guilty Until Proven Innocent
Every DBA knows that they are guilty until proven innocent when performance problems arise. You are one of the usual suspects and it makes...
Logical to Physical Data Modeling
In the last article we learned how to create a data model from scratch using ER/Studio Data Architect. In part II we will explore about how to...
Oracle, SQL, Sybase, DB2 Performance
Every DBA knows that they are guilty until proven innocent when performance problems arise. You are one of the usual suspects and it makes...
Why consider an End-to-End APM / Real User Management performance solution?
Precise is appropriate for third-party & homegrown Java and .NET applications plus the traditional ERPs: SAP, PeopleSoft, E-Business Suite, and...
New patch releases available for ER/Studio 16.5.0 (2016+) and also ER/Studio Team Server 16.1.x (2016)
For customers using ER/Studio 16.5.0 (2016+), the 16.5.1 patch release is now available. This patch contains a number of performance...
Easy Add Custom Component Icons in Delphi
I have just recently discovered a super easy way of adding custom icons to Delphi components. Traditionally you had to start from a rectangular...
How to Monitor the Health of Database Instances
Determine the health of instances by collecting real-time statistics (including backup devices, databases, error logs, locks, logins, performance...
New plugin – Monitor Windows NTP metrics
Hey folks. Robert here. On my last day with Idera I've been doing some final housekeeping and I wanted to make sure I committed any of the stuff...
Работа с системами управления версиями в RAD Studio 10.2
Система управления версиями — программное обеспечение для облегчения работы с изменяющейся информацией. Система управления версиями позволяет...
"Serverless Architectures on AWS" summer reading
Summer is a great time to catch up with books that you have on your shelf, but do not have time to read. Obviously I would suggest starting from my...
Become an IDERA ACE Today!
Applications for the 2017 IDERA ACEs are now open! The search has begun for the 2017 IDERA ACEs. Do you have a passion in helping the community and...
My "Expert Delphi" book published!
My "Expert Delphi" book has been published by PACKT Publishing and is currently available for a limited time for just $10 at...
Viewing Salesforce Data in RAD Studio Data Explorer
How to view Salesforce data in RAD Studio Data Explorer using the Enterprise Connectors for Salesforce. With the Enterprise Connectors for...
Getting Technical with Cary Jensen and FireDAC (Episode 74)
In this episode of the Podcast @ Delphi.org we talk with Cary Jensen about his new book Delphi in Depth: FireDAC and the upcoming Delphi...
Setting up an Apache Web Server in Debian using Google Cloud
Setting up an Apache Web Server in Debian using Google Cloud Howdy! In the...
Connecting to Chrome OS via ADB
This is part of my series on developing with Chrome OS You need to put your Chromebook in Developer Mode First. Enabling ADB Debugging...