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...
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 market and is ported to other operating...
Read More

Monitoring Azure SQL Database with Azure SQL Analytics

Azure, Cloud

The most important and challenging responsibility of a database administrator is 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 care of its intellectual property and each...
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...
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 running total refers to the sum of values in...
Read More

Understanding the Importance of Memory Setting in SQL Server

Database administration, Memory Optimization

Memory is one among the resources forming the performance triangle—CPU and storage being the...
Read More
Close