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
5 Key Data Security Measures to Protect Your SQL Server
Essential Data Security Measures to Avoid Data Breaches Data breaches have become an increasingly significant threat to organizations of all sizes, with 2023 serving as a record-setting year for the number of data breaches. Hackers and cybercriminals are constantly...
Backup SQL Server: Essential Tools and Strategies
Don’t Take Chances - Backup Your SQL Data! With an overwhelming amount of blog posts, news articles, LinkedIn horror stories, and water cooler chats about the consequences of bad backups (or no backups at all), we’ve all seen and heard about what happens when someone...
How to Successfully Migrate SQL Server to Azure SQL Database
Learn about SQL Server to Azure migration and follow these procedures for a trouble-free migration process If you’re thinking about migrating your SQL Server to Azure SQL Database, there are some distinct advantages, including: Lower cost by shifting expenses from a...
Improving Your SQL Server Backup Recovery
Create a solid recovery plan. A critical part of your backup process needs to include recovery procedures. You should have a rehearsed recovery plan, so if and when you need to recover any of your databases, following the exact steps is second nature to you. It’s also...
Prevent SQL Injection Attacks and Data Breaches
Don’t Be a Victim. Stay Ahead of These Top SQL Security and Compliance Threats You don’t have to be a DBA in the trenches to know that there have been some high-visibility security breaches and data vulnerabilities over the last couple of years. And while there has...
Macros – Add even more custom properties
This post follows the previous one, “Macros – Add custom properties to specific objects”, where we shared scripts to automatically bind Attachments to ER Objects….
A User-Centric Tuning Philosophy
Collaborative Holistic Tuning of the Application Stack When planning for this blog, I deliberated over the title much more than anyone should ever deliberate over anything. But I knew the subject I wanted to cover and it spanned a number of ideas. But a descriptive...
Macros – Add custom properties to specific objects
Sometimes, you may need to specify custom properties for various objects such as Entities, Tables, Attributes, etc. The macros I’ll be sharing in this post,…
Macros – Import objects from a diagrams.net | draw.io XML file
A script that imports a particular diagrams.net XML file (formerly draw.io) including specific Data used to retrieve the properties required to create the Entity Relationship…
Announcing the General Availability of IDERA SQL Secure 4.4
We are excited to announce the general availability of IDERA SQL Secure 4.4. IDERA SQL Secure empowers users to identify vulnerabilities in SQL Server configurations and access, establish robust security policies and baselines, and receive alerts for potential risks....
We are excited to announce the General Availability of DB PowerStudio 18.6!
IDERA’s DB PowerStudio provides a powerful cross-platform toolset for database development, tuning, and database management. New benefits DB PowerStudio users will receive by using version 18.6 Enhanced Security authorizations for DB Change Manager, DBArtisan, Rapid...
Announcing the General Availability of IDERA SQL Compliance Manager 6.2
Introducing IDERA SQL Compliance Manager 6.2: The Latest Release of Our Leading SQL Server Auditing Solution SQL Compliance Manager (CM) is the leading SQL Server auditing solution in the industry, SQL Compliance Manager empowers companies to maintain database...
SQL Safe Backup 9.2.2 General Availability
We’re excited to announce the release of SQL Safe Backup 9.2.2 SQL Safe Backup is a comprehensive solution for SQL Server database backup and recovery. SQL Safe Backup dramatically lowers the cost of data protection for companies by achieving industry-leading...
SQL Defrag Manager 3.8 General Availability
We’re excited to announce the release of SQL Defrag Manager 3.8 SQL Defrag Manager is an industry leading automated performance solution that detects, documents and fixes SQL Server Index fragmentation. Centralized automation policies can be implemented across large...
SQL Diagnostic Manager 12.3 General Availability
SQL Diagnostic Manager 12.3 is available now. Upgrade or download the free trial version from Idera.com.
SQL Diagnostic Manager for MySQL 8.9.5 General Availability
We are pleased to announce the general availability of SQL Diagnostic Manager (SDM) for MySQL 8.9.5 Existing users may upgrade to this version through the Idera Customer Portal. New users may download the trial version from the Idera Website or the Monyog Website....
How to adjust the Java heap size of DB Optimizer
DB Optimizer is a Java-based application designed to assist database administrators and developers in optimizing the performance of database systems. If you are running long…
How to adjust the Java heap size of DB Change Manager
DB Change Manager is a Java-based application designed for managing and tracking changes to databases. If you compare 2 datasources with lots of objects, you…
Database Backup and Restores Drills in SQL Server
Creating backups and restoring them is crucial for maintaining the integrity and availability of data in Microsoft SQL Server. Here's a set of drills for backup and restore operations: Drills Order: Create a full backup. Perform operations on your database. Create a...
The Locks, Blocks, and Deadlocks of SQL Server: Unraveling the Knots
Author This blog post was authored by Pinal Dave from SQLAuthority. Introduction Concurrency control is a fundamental part of any database management system, and SQL Server is no exception. However, it often leads to three common phenomena - locks, blocks, and...