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
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 make your life even harder. Instead, try to classify your databases into a few groups and then apply the same backup plan...
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 disk space was expensive and limited. But this should not be the case anymore. You can write to disk first and then...
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 SQL Server Management Studio. You should take the time to read SQL Server Books Online, so you understand all the options...
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 verify does at least give you some peace of mind that SQL Server could read the contents of the backup without issue,...
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 backup restore to being back online and operating. SQL Safe Backup dramatically lowers the cost of data protection for...
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 database information to help you make informed decisions. As someone just starting out, you will find out fast that...
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 ways to make code more efficient. In most cases, we follow development techniques in repetition based on what the database...
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 into various wait states, such as locks, input/output, and the central processing unit. This can give you an idea of what...
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 administrators and developers have the most control and can make the biggest impact is tuning queries. SQL Diagnostic...
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 chooses one session as the deadlock victim and rolls it back so the other process can continue. SQL Diagnostic Manager...
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 of data at one time. The problem with blocking is if SQL Server blocked a session for a long period, this can cause...
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 your SQL Servers in one place. We can see the entire environment fast and also see issues that need attention. With...
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 task depending on how large the database environment is and the number of resources there are to manage the...
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 for performance often occurs. But in order to make adjustments, developers need data to understand where the issue is...
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 security while maintaining database performance. The trade-off comprises three axes: performance, security, and cost....
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 to track who is accessing data in corporate databases. Organizations must be ever-vigilant to monitor data usage and...
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 procedures they want added just slow things down. And far too often, it feels like we are trying to pass the test rather than...
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 these different requirements overlap with each other and we can configure our SQL Servers in accordance. Watch the...
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 database backup contains all data in your database. You will want to make sure you always protect this data when it is live...
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 permissions are tremendous. Organizations could incur data breaches, fines, loss of customers, a decrease in customer...