GigaOm x Pythian: Realities and Risks of Enterprise AI
In a recent interview on the Business Disruptions in Tech podcast, Howard Holton and ...
MySQL 8 is GA and it has a variety of new features. Recently, we happened to work with resource groups to restrict ...
In the past, we could run the SQL installer to do an in-place upgrade of SQL server including the SSRS instance to a ...
This blog post will show how to dynamically add logic at the beginning of jobs in Availability Groups in order to avoid ...
Editor’s Note: Because our bloggers have lots of useful tips, every now and then we bring forward a popular post from ...
We recently ran into an interesting issue on a three-node SQL Server Availability Group (AG) cluster. There was a ...
The idea of this post is to show how to handle errors using SQLCODE function. That function shows the code error for ...
Problem Statement Are you manually (or via a script) killing idle sessions on your database? As a consequence, your ...
Due to security and complexity of the environment, the option to use Graphical User Interface (GUI) is not always ...
Let’s revisit our options when moving your SQL Server workloads to Azure and check out ways to migrate on each of them. ...

Working with consulting clients is rewarding, interesting, and challenging. In discussion with some of my colleagues, ...
Method - Job Category This blog post will show how to setup SQL Jobs in multiple availability groups. This method will ...
This log buffer edition covers Cloud, Oracle, SQL Server and MySQL.
Context So there I was, reviewing the environment to create an action plan for patching. To my surprise, I noticed the ...
Quantifying data movement across the environment After setting up GoldenGate in your environment, you might ask ...
Did you know it's very important to ensure that your VMware environment is properly set when hosting SQL Server ...
Your mission: Gather a list of servers in a specific collection on System Center Configuration Manager (SCCM) so you or ...

Problem: You are trying to add a new subscriber to a SQL Server Publication using the SQL Server Management Studio and ...

Problem: You run an SQL backup to URL and get the following error: Msg 3201, Level 16, State 1, Line 1 Cannot open ...

Problem: You are deploying a SQL Server Integration Services Package to the SSIS Catalog and keeps on failing with the ...

Evaluating cloud deployment options There are currently three deployment options for SQL Server Database on the cloud. ...

Problem: You are trying to take a native SQL Backup to URL and you receive the error below: Msg 3271, Level 16, State ...
This past weekend I was doing a production grid infrastructure (GI) out-of-place ...
-->This past weekend I was doing a production grid infrastructure (GI) out-of-place patching (OOP) from 19.6 to 19.8 for a ...
Despite being an older version, some applications may require you to install a SQL Server 2008 R2 clustered instance on ...
The column-oriented Vertica Analytics Database Platform was designed to manage large, fast-growing volumes of data and ...
Select vs Assign It isn’t unusual to see PL/SQL that contains select columns into variables from some_table This is ...
Context If you’ve used Google Maps for directions or “friended” someone on Facebook, you’ve experienced graph theory. ...
DBCC CHECKIDENT example DBCC CHECKIDENT is used to check or change the value of an identity column in the specified ...