Always Encrypted (AE) is a feature Microsoft introduced to SQL Server 2016. This post will provide an overview of AE and talk about how it can be...
Blog
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
How to automate nested JSON Data Extraction in 10 Simple Steps
If you’ve ever worked with data stored in JSON files, you probably know that extracting data from nested JSON files for processing can be...
Announcing the General Availability of SQL Workload Analysis 1.7.1
We’re excited to announce the release of SQL Workload Analysis 1.7.1 Problematic SQL queries can severely reduce the performance of SQL...
SQL Diagnostic Manager 12.0 General Availability
We are pleased to announce the general availability of SQL Diagnostic Manager 12.0. Existing users may upgrade to this version through the Idera...
Announcing General Availability of DB PowerStudio, version 18.2
IDERA’s DB PowerStudio provides a powerful cross-platform toolset for database development, tuning and database management. What's new in DB...
Announcing General Availability of SQL Inventory Manager 2.6.3
We’re excited to announce the release of SQL Inventory Manager 2.6.3 Database administrators need a simple, efficient way to discover,...
Announcing the GA of SQL Enterprise Job Manager 2.4
We’re excited to announce the release of SQL Enterprise Job Manager 2.4 SQL Enterprise Job Manager is an industry leading monitoring, scheduling and...
Announcing the General Availability of SQL Secure 4.1
We are pleased to announce the general availability of SQL Secure 4.1 SQL Secure is the industry-leading, state of the art auditing and security...
Announcing the Release of SQL Safe Backup 9.1
We’re excited to announce the release of SQL Safe Backup 9.1 SQL Safe Backup provides the industry's shortest time from starting a SQL Server backup...
Use better tools for SQL Server backup
Not knowing what tools are available There are several tools that come with SQL Server that can be used for backup processing, such as SQL Server...
Improve your management for SQL Server backup
Inconsistent backup plans While it is hard enough to manage SQL Server, you find that having inconsistent backup plans from server to server will...
Improve your performance for SQL Server backups
Writing directly to tape A lot of third–party backup tools have agents that allow you to write directly to tape. This was great in the old days when...
Improve your knowledge for SQL Server backups
Not understanding options Another big problem is people not being aware of the different options that are available using T-SQL commands and using...
Improve your testing and scheduling for SQL Server backups
Testing Not using restore verify option The last thing you want is to discover that your backup is not good when trying to restore it. A restore...
Announcing the Release of SQL Safe Backup 9.0
We’re excited to announce the release of SQL Safe Backup 9.0 SQL Safe Backup provides the industry's shortest time from starting a SQL Server...
SQL Diagnostic Manager versus other SQL Server performance monitoring tools
As a seasoned SQL Server database administrator or developer, you already know that there is an abundance of tools you can use to collect server and...
Tune SQL queries for SQL Server
Writing and tuning SQL code are two different things. There are many ways to write code so that it does the intended function. But there are also...
View wait stats for SQL Server
There are several things that could cause performance issues for a query. You can identify these by breaking down the processing time for a query...
View query metrics for SQL Serve
There are many things that can cause slowdowns in SQL Server, such as resources like disk, memory, and network. But the one place where database...
Analyze deadlocking for SQL Server
Deadlocking is a common problem that can occur in an SQL Server database. This is like blocking. But instead of being blocked forever, SQL Server...
Analyze blocking for SQL Server
Blocking is a normal activity that occurs in SQL Server and it does that to control data integrity and make sure only one resource can change a set...
See the entire SQL Server environment
There are many advantages of using SQL Diagnostic Manager over building your own tools and one of these is the enterprise management view of all...
Benefits of SQL Diagnostic Manager for database administrators
As a database administrator, monitoring database systems for performance, corruption, and data issues is an ongoing task. It is also an overwhelming...
Benefits of SQL Diagnostic Manager for developers
Development is a big undertaking and most of the time it focuses on making sure all the features are in place and working. Once this is done, tuning...
Trade-off between database security and database performance
One can improve how secure databases are. However, that often degrades how well the database performs. The cost increases to improve database...
Database auditing essentials: Track who did what to which data when
Stricter governmental and industry regulation coupled with the need for improving how secure the sensitive corporate data is has driven up the need...
Adopt a compliance and auditing mindset
It is easy and all too common to see the auditing team as adversaries. All the information they want takes time to gather. All the rules and...
Meet security benchmarks and compliance with SQL Server
In the current IT landscape, we face meeting an ever-increasing number of laws, regulations, and industry standards. The good news is that most of...
Improve your protection for SQL Server backup
Not protecting physical backups You should think about the value of the data or the consequences of it getting into the wrong hands since a full...
Solutions to common methods of SQL Server intrusion
To understand how malicious actors can infiltrate SQL Server is the key to understanding how to prevent intrusions. The consequences for inadequate...