SQL Server Trigger: Understanding and Alternatives

Database development, Triggers

The SQL Server trigger is a special type of stored procedures that is automatically executed when...
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

Dynamic SQL vs Stored Procedure

SQL Server

Dynamic SQL and stored procedures are among the most important SQL Server components. Both have advantages and disadvantages. That’s...
Read More

Git: A Modern Approach to Code Management

Code Management, Tools & technologies

In this article, I would like to share my knowledge and experience of working with git. The main...
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 memory-optimized tables affect performance. We...
Read More

Creating Simple Linear Regression in Azure Machine Learning

Azure, Cloud

In today’s world, it is not enough to simply analyze data, create reports or develop business intelligence projects. To discover the...
Read More

Example of Improving Query Performance with Indexes

Database administration, Database development, Indexes, Oracle, Performance Tuning

In this article, we’ll look at how an index can improve the query performance. Indexes in Oracle...
Read More

Implementing a Common MS SQL Server Performance Indicator

Database administration, Performance Tuning

Introduction There is often a need to create a performance indicator that would show database activity related to the previous period or...
Read More

50 Shades of Oracle Database Certification Exam

Database development

In this article, I would like to talk about one of the basic certifications from Oracle – Oracle Database SQL Certified Expert....
Read More

Missing Indexes in MS SQL or Optimization in no Time

Database administration, Database development, Database Optimization & Structure, Indexes • One Comment

When executing a query, the SQL Server optimizer tries to find the best query plan based on...
Read More
Close