The Cartesian Product in SQL

Database development, Tables

Cartesian product in SQL is a term from the set theory of mathematics. However, we can also find...
Read More

Top-10 SQL Server Management Studio (SSMS) Add-ins You Should Use in 2021

Tools & technologies, Utilities & Extensions

If you deal with SQL infrastructure, especially Microsoft SQL Servers, you deal with SSMS. The SQL Server Management Studio is the default...
Read More

Clustered and Non Clustered Index: 7 Top Points Explained

Database development, Indexes • One Comment

Indexes are speed-boosters in SQL databases. They can be clustered or non-clustered. But what does it mean and where should you apply...
Read More

SQL Server Transactional Replication Internals

Database administration, Transaction Log

SQL Server Transactional Replication is one of the most common Replication techniques used to...
Read More

NoSQL vs SQL: Which One is Better for Big Data Management?

Database administration, Work with data

Nowadays, customer behavior becomes more complex and market trends continue to shift rapidly. Thus, businesses need specialized...
Read More

Introduction to Layers in AWS Lambda Functions

AWS, Cloud

AWS Lambda is an event-driven, serverless cloud computing service provided by Amazon, a part of the Amazon Web Services. It responds to...
Read More

Oracle Data Integrator (ODI) Tutorial: How to Import Files into Oracle Autonomous Data Warehouse (ADW)

Languages & Coding, Programming

When you build an ETL / ELT enterprise system, you need the Data Integration tools, such as...
Read More

Sending Report Data to Excel and SQL Database using Multicast Transformation in SSIS Packages

Business intelligence, SSIS

In professional work scenarios, we often need to load data from one report to several destinations, such as Excel files and SQL databases....
Read More

Simple SQL Server Functions to Solve Real-World Problems

Database development, Statements

Introduction Today’s article comes from a scenario we experienced in practice some time ago. We managed a card transaction system...
Read More

How to Connect to Azure SQL Database Securely

Azure, Cloud

As a database administrator, I started my journey in deploying managed SQL databases on the cloud,...
Read More
Close