Announcing the General Availability of IDERA SQL Compliance Manager 7.0
Categories
- Free tools
- SQL Admin Toolset
- SQL Compliance Manager
- SQL Defrag Manager
- SQL Diagnostic Manager for MySQL
- SQL Diagnostic Manager for SQL Server
- SQL Diagnostic Manager Pro
- SQL Doctor
- SQL Enterprise Job Manager
- SQL Inventory Manager
- SQL Query Tuner for SQL Server
- SQL Safe Backup
- SQL Secure
- SQL Workload Analysis for SQL Server
- Uptime Infrastructure Monitor Formerly Uptime
Adding user account creation to your BaaS enabled apps
In RAD Studio XE6, we introduced our BaaS (Backend as a Service) support. This includes components for both Kinvey and Parse. Part of our component pack is the TBackendUsers component which is designed to be hooked into either the ParseProvider or KinveyProvider...
Counter calculations in SQL Diagnostic Manager
Probably the three most common questions I get about counters in SQL Diagnostic Manager are: “How can I prevent alerting on temporary noise values?”“How does collecting once every 6 minutes give enough data for alerting?”and, the big one“Why is SQLdm showing me...
Using Custom Endpoints to create a BaaS enabled Desktop application for sending notifications to your mobile apps
I previously wrote a blog post on how to send notifications via our BaaS (Backend as a Service) support in Delphi to your mobile devices on iOS and Android. This blog post assumes that you followed the steps in my previous blog post and in the referenced docwiki...
Most Popular FAQs for SQL Doctor
SQL Doctor is one of the most popular products in the Idera portfolio and as such we get a variety of questions from users on how it works, where do the recommendations come from, etc. We picked out some of the more common questions that have been asked that perhaps...
Example of using JavaScript for Google maps in the Delphi XE6
One of the innovations in XE6, it's a method EvaluateJavaScript in the component TWebBrowser. This method allowing execute JavaScript on the loaded page and add interactivity to our applications. On the site developers.google.com contains many examples of...
Remote push notifications on Android with RAD Studio XE6
In RAD Studio XE6, we introduced support for remote push notifications with our BaaS (Backend as a Service) integration. We include components for Kinvey and Parse, two popular BaaS providers, right out of the box. Our BAAS framework in RAD Studio XE6 is based on our...
New SQLyog and MONyog coming – please upgrade soon!
We are about to release upgrades to both SQLyog and MONyog with an important fix: linked libraries possibly vulnerable to the 'Heartbleed' OpenSSL bug have been upgraded to non-affected versions (the new MONyog release will have a few more fixes as well)....
Custom counter – deadlocks in the past X hours
In response to a couple of requests, here’s a custom counter that allows you to alert on the total number of deadlocks which happen in a timeframe. Set the value of @lookBackHours for the length of time you want to consider. One way to use this would be to set...
Delphi (C++Builder) Android Mobile Client DataSnap Server
Преамбула DataSnap – платформа создания многозвенных приложений. Её история достаточно продолжительна, начиная с совсем ранних версий Delphi. Роль и значимость этой технологии/платформы изменялась в течение эволюции Delphi/C++Builder/RAD Studio, но сейчас есть ряд...
Five tiny features of SQL Diagnostic Manager you may not know about
SQL Diagnostic Manager has been around for a long time, and many of you have been using it for years. For today’s topic I thought it might be fun to go over 5 tiny features of SQLdm that you may have missed – either because they’re hidden, or because they were added...
Idera SQL XEvent Profiler – a free tool for XEvent monitoring
The Extended Events technology added to SQL Server in SQL 2008 and expanded upon greatly in SQL 2012 is a powerful mechanism for monitoring activity in SQL Server. It has huge implications for tools like SQL Diagnostic Manager, which switched over to XEvent technology...
Lazy Form Creation Design Pattern
One of the most important things about any application, and especially mobile apps, is short start-up time. End user does not like to wait for too long for an app to start. In some cases, if the start-up time is excessively long a mobile app may not be accepted into...
Deep Dive: SQL Diagnostic Manager Availability Checks
One of the frequent questions I get about SQL Diagnostic Manager pertains to one of the most fundamental features of the product – exactly how is server downtime detected? This is usually answered with relatively straightforward explanations about running test queries...
Some suggestions
Hi, I think it may be useful in SQL Defrag: 1. To see index script when I see the fragmentation of this index. Now I need to use another tool to do it. 2. Databases refresh (button?) 3. Now SQL Defrag is SDI, but sometimes I need to see the state of 2 databases in the...
Creating an InterBase database on the fly with FireDAC
Recently I have been creating a number of applications using InterBase on iOS and Android using FireDAC components to talk to the database. One route to achieving this is by create the database file and table structure either via iSQL or using IBConsole GUI first...
Is Your SQL Server Slow? Maybe It’s Trying Too Hard
The following is a guest post by Microsoft Certified Master Robert L Davis. Find more from him at SQLSoldier.com, and follow him on twitter @SQLSoldier. I was talking recently with my friends and former colleagues at Idera about the things that slow down SQL Server....
Copying instance lists between SQL Elements and SQL Diagnostic Manager
If you’re a user of both SQL Elements and SQL Diagnostic Manager, it’s a reasonable bet that you’ll have some overlap of instances being monitored by the two products. Whether you’re using SQL Elements primarily for inventory and tagging purposes, or as a lightweight...
Customizing and Creating VCL Styles
Delphi, C++Builder and RAD Studio include various VCL styles out of the box. These can be used for your Windows applications and customized via the included Bitmap Style Designer (Tools->Bitmap Style Designer). You can also create a new style from scratch. The...
Using the REST Debugger will help you prototype your Delphi and C++ REST apps
As part of the new addition of the REST Client Library components in Delphi, C++Builder and RAD Studio XE5, we also include a REST Debugger so that you can explore REST Services and use it to help prototype the property settings for your app's REST Client...
Five Must-Have Tools For DBA’s
SQL Diagnostic Manager SQL diagnostic manager is a full, feature-rich monitoring solution for your SQL Server and virtualization platform with features like the PowerShell integration. The diagnostic manager PowerShell snap-in and commandlets make it easy to automate...