SQL Server

SQL IN operator

SQL Server

The SQL IN statement matches a specified value from a list or subquery. It reduces our efforts to...
Read More

Syntax of LINQ GroupBy Method in C#

SQL Server

We are continuing our series dedicated to LINQ technologies with a more detailed look at some methods available under the LINQ umbrella....
Read More

How to Change Default MySQL Port in Windows 10

SQL Server

A network port is a communication endpoint used by applications, incoming connections, and external devices to the computer/server or...
Read More

An Overview of the SQL Variables Usage

Languages & Coding, SQL Server

The SQL variable is a local variable that can store a single data value temporarily. Its lifecycle...
Read More

Exploring SQL Server LEN() Function

Database development, SQL Server, Statements

SQL Server supports different data types to store relevant data in SQL tables. These data types can be integer, float, Varchar, NVARCHAR,...
Read More

User-Defined Data Types In SQL Server

SQL Server

SQL Server platform comes with many data types, but there are cases when they are not sufficient. Or, custom data types could help make...
Read More

Varchar To Date Conversions In SQL Server

SQL Server

Introduction In many scenarios, date and time information is loaded and stored in the text format....
Read More

Automation of Database Maintenance in SQL Server 2019 Express Edition

SQL Server

This article explains how to automate the database maintenance tasks in SQL Server Express Edition. In terms of automation of database...
Read More

A Cartesian Product in SQL – Work Scenario Application

SQL Server

A Cartesian Product is a product of two sets of elements where each element in one set is multiplied by every other element of the other...
Read More

SUBSTRING Command in SQL: A Primer

SQL Server

Similar to my article regarding the SQL Server STUFF command, today we will be examining the...
Read More
Close