SQL Compliance Manager 5.6 was released last week Last week we released SQL Compliance Manager 5.6. Along with it are some new and exciting changes...
database-tools
When was the Last Time You Tested Your DR Plan?
It’s a fairly innocent question that can send a DBA into a bit of a panic. Hopefully, the issue is not over the very existence of a...
DBArtisan Tips, Security, Projects and Visual Query builder
Welcome to the DB PowerStudio Blog. This blog will cover all things about DB PowerStudio. DBArtisan is one part of the suite of tools known as DB...
Overriding Out-Default (Part 2)
When you override Out-Default to do something meaningful, you really want to make sure the old behavior isn’t lost, and instead just something...
Optimize Your MySQL Systems with Focused Monitoring
The working life of a DBA is often centered on optimizing their systems to provide users with the best performance. There are many aspects of a...
Get Prepared for an American GDPR
Business vector created by freepik - www.freepik.com From its definition of a data breach to the size of the punitive fines it has the power to...
Overriding Out-Default (Part 1)
Out-Default is a hidden PowerShell cmdlet that gets called at the end of each command, and outputs results to the console. You can override this...
Announcing the GA Release of SQL Compliance Manager 5.6
We’re excited to announce the release of SQL Compliance Manager 5.6. SQL Compliance Manager is a comprehensive database auditing solution that...
Find, Monitor, and Analyze Problematic SQL Queries – SQL Diagnostic Manager for MySQL
In week 3 of our series, Benefits of SQL Diagnostic Manager for MySQL, we discuss how to identify and analyze problematic SQL queries using SQL...
How to Identify Security Weaknesses with Performance Monitoring
Technology photo created by rawpixel.com - www.freepik.com Modern IT systems present complex and interconnected frameworks on which organizations...
How to Make Your Data Say More With Visualization
Business photo created by rawpixel.com - www.freepik.com Ever since the first photographs were taken in the 1800s, people have been influenced by...
Use Out-GridView as Output Window
Typically, Out-GridView opens a window and displays whatever you pipe into the cmdlet: PS C:\> Get-Service | Out-GridView However, with a little...
Beer Challenge Results: Shortest Code for Password Analysis
At psconf.eu there was recently a challenge for the shortest code to check for how often a password was previously pwnd (hacked). Here is the result...
Cloud Deployment Models
Concluding our Solutions for the Cloud blog series, we discuss cloud deployment models - public cloud, private cloud, hybrid cloud, and community...
Geocoding: Sentiment Analysis (Part 5)
Some geocoding APIs provide sophisticated sentiment analysis like in the example below: "Most important museums of Amsterdam are located on the...
Geocoding: Text Scanning (Part 4)
Geocoding can automatically extract geolocations from text. This example also shows a new way of submitting information to a server: in the example...
Agentless Monitoring and Cloud Readiness with SQL Diagnostic Manager for MySQL
Welcome back to our blog series, Benefits of SQL Diagnostic Manager for MySQL. Last week, we discussed some of the challenges associated with MySQL...
Geocoding: Converting Lat/Long to Addresses (Part 3)
Today, we’d like to do the opposite and translate latitude and longitude into an address: '52.37799,9.75195' | ForEach-Object -Begin...
Geocoding: Converting Addresses to Lat/Long (Part 2)
Let’s start with translating addresses into latitude and longitude coordinates. We assume you read the previous parts to fully understand the...
Working with GeoCoding (Part 1)
Last year, Google changed their terms and requires an individual API key now to use their geocode API. Fortunately, there are free alternatives, so...
Agile is the new Waterfall
With changes in software development methodologies, the role of the data modeler has changed significantly. In many organizations, data...
Managing Backup & Recovery is the Most Important Thing DBAs Do
I know that many database professionals will cringe at the title of this blog post, but it is absolutely the truth. DBAs are charged with many...
Cloud Service Delivery Models
In week 3 of our Solutions for the Cloud blog series, we dive into three service delivery models of the cloud concept. If you missed it, feel free...
Using Session Variables in Web Requests
Sometimes, web requests that work fine in a browser do not seem to work well in PowerShell. For example, when you navigate to...