Implementing Failover in MS SQL Server 2017 Standard

Database administration

Introduction Often, we need to ensure fault tolerance of MS SQL Server DBMS, especially, when there...
Read More

SQL Server Database Scoped Configurations and Automatic Plan Correction

Automation, Database administration, Performance Tuning

In this article, we will examine Database Scoped Configurations and SQL Server 2017 Automatic Plan Correction. Microsoft added new features...
Read More

Oracle Database Security: Database Auditing

Database administration, Security

In this article, I will continue with Oracle Database Security and I will present some important facts about standard database auditing,...
Read More

Getting Started with SQL Server 2017 on Linux in the Azure portal

Azure, Cloud, Database development

SQL Server 2017 now is considered as a hybrid database enterprise solution as it expands its...
Read More

Monitoring Azure SQL Database with Azure SQL Analytics

Azure, Cloud

The most important and challenging responsibility of a database administrator is monitoring performance metrics. Because monitoring...
Read More

How to Use Default and Custom Widgets in SQL Server Operations Studio

Tools & technologies, Utilities & Extensions

There are already a number of articles and blog posts that reveal the benefits of the SQL Operations Studio tool. The demand created...
Read More

Database Security in Oracle

Database administration, Security

There is no secret that information makes the world go around currently. If an enterprise takes...
Read More

Azure SQL Database Automatic Tuning

Automation, Database administration, Performance Tuning

Microsoft has recently announced an incredible new feature – automatic tuning in Azure SQL Database. To be honest, I am thoroughly...
Read More

The Art of Aggregating Data in SQL from Simple to Sliding Aggregations

Database administration, Work with data

Let us start our SQL journey to understand aggregating data in SQL and types of aggregations including simple and sliding aggregations....
Read More

Calculating Running Total with OVER Clause and PARTITION BY Clause in SQL Server

Database development, Statements • One Comment

You often come across scenarios where you have to calculate a running total of a quantity. A...
Read More
Close