Database administration

Oracle Database Security: Database Auditing

Database administration, Security

In this article, I will continue with Oracle Database Security and I will present some important...
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 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...
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 other two. If one is hit, the other two take...
Read More

Oracle Database Security – Encryption and Decryption

Database administration, Security

Data encryption is very important because it’s a way to protect the current and the archived data in order to ensure its confidentiality....
Read More

Struggling with Data Export from Microsoft Dynamics 365 CRM to External Portals

Database administration, Work with data

Though Microsoft Dynamics 365 does not offer any built-in feature to export the CRM data to...
Read More

Grouping Data using the OVER and PARTITION BY Functions

Database administration, Work with data • One Comment

The OVER and PARTITION BY functions are both functions used to portion a results set according to specified criteria. This article explains...
Read More

Implementing Incremental Load using Change Data Capture in SQL Server

Database administration, Work with data

This article will be interesting to those who often have to deal with data integration. Introduction Assume that there is a database where...
Read More

Using Indexes in SQL Server Memory-Optimized Tables

Database administration, Database development, Indexes, Memory Optimization, Performance Tuning

Introduction In this article, we will discuss how different types of indexes in SQL Server...
Read More
Close