Doug Finke has created an awesome PowerShell module called ImportExcel which comes with all the commands you need to import and export data from and...
database-tools
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
Tracking Changes in a Cross-Platform Environment
Change is an intrinsic component of an IT professional’s work-life that can manifest itself in many different ways. Completely new paradigms...
Alert Overload can Result in Ineffective Monitoring
The monitoring of IT systems is an important practice that should be in place in any complex computing environment. It provides a window into the...
Auto-Creating a List of HTTP Response Codes
In the previous example we looked at how numeric HTTP response codes can automatically be converted to descriptive text, simply by converting them...
Announcing the GA Release of SQL Compliance Manager 5.6.1
We’re excited to announce the release of SQL Compliance Manager 5.6.1 SQL Compliance Manager is a comprehensive database auditing solution that...
Finish at the Top with Data Analytics
Data analytics is an important tool used by many businesses and organizations to gain a competitive edge. Embracing the technique has proven to be...
Survival in the Land of Compliance Audits
As you innocently go about your daily work activities on a Friday afternoon you notice a new email and crack it open. The message is from management...
Converting HTTP Response Codes
In the previous example we created a small PowerShell function that checks web site availability, and as part of the test results, a HTTP response...
A Solution to the Cross-Platform Database Blues
The role of a database administrator (DBA) has undergone tremendous evolution in the 21st Century. In the murky past, a DBA could carve out a career...
Test Web Site Availability
When a web site is unavailable, often the question is whether it’s you, or whether the web site is generally down for everyone else, too....
Problem Queries are Killing Your Database Performance
Tuning database performance is a complicated task that can be a thorn in the side of the database team. There are many interconnected components and...
How to improve SQL Server performance with better indexing
SQL Server performance is always one of the most challenging subjects. Hard drives are getting cheaper and cheaper, and data is growing...
Unit Conversion via Web Service
Accessing RESTful web services is trivial for PowerShell: simply send your input data to a public web service, and receive the results. Here are...
Protection for Your SQL Databases in the Cloud
The cloud computing paradigm offers organizations many business and technical advantages that are driving its popularity. While these benefits may...
Is Monitoring with Agents Right for Your IT Environment?
After determining that your IT infrastructure will benefit from the introduction of enterprise-level monitoring, you will be faced with selecting an...
Validating Active Directory Credentials
PowerShell can validate AD username and passwords against the Active Directory: Add-Type -AssemblyName System.DirectoryServices.AccountManagement...
DBArtisan Tips and Tricks for July
The July edition of DBArtisan tips and techniques covered three tips for using DBArtisan. Datasource Navigator SQL Editor Migrating Schema and Data...
Precise is the Best Tool to Identify Database Performance Gains
IDERA’s Precise Application Performance Platform offers users a comprehensive monitoring tool designed to assist in identifying issues that...
Numbering Output (Part 1)
If you’d like to add an incrementing number to your output, here is a simple way: Get-Process | Select-Object -Property '#',...
Where to start with performance tuning Microsoft SQL Server
For a database professional, the most dreaded time is when the database server is unresponsive so that it does not serve the application requests....
What You Need to Know About Entity-Relationship Models
An entity-relationship model - also known as an ER Model, ER Diagram or ERD - is a graphical representation of entities and their relationships used...
Analyzing the Capital One Data Breach
Analyzing the Capital One Data Breach Last week, Capital One hit the news with one of the largest data breaches recorded. In this particular...
Why You Need to Know What You Don’t Know
In the complicated world of database management, a lot of data needs to be assimilated by those responsible for keeping the systems healthy and...
Accepting Masked Passwords
If you ever write PowerShell functions that need to accept sensitive input such as passwords, make sure you allow users to submit SecureString...
The Benefits of SQL Server Health Checks
Multiple benefits can be gained through the use of SQL server health checks. They might not be at the top of your DBA’s to-do list, but a...
Apply to the IDERA ACE Program!
Applications for the 2020 IDERA ACEs are now open! The search has begun for the 2020 IDERA ACEs. Do you have a passion for helping the community and...
Why You Should Automate MySQL Server Synchronization
One of the tasks a MySQL DBA is responsible for is keeping data synchronized between different but related instances of their databases. It is a...
Finding Hidden PowerShell Applications
The most widely known PowerShell hosts are certainly powershell.exe and powershell_ise.exe because they ship out-of-the-box. However, there can be...
Announcing the General Availability of SQL Safe Backup 8.5.2
We are pleased to announce the general availability of SQL Safe Backup 8.5.2. Existing users may upgrade to this version through the IDERA Customer...
Ensuring Security By Monitoring Performance
In the conclusion of our blog series, The Tradeoff Between Database Security and Database Performance, we outline how performance metrics can be...