SQL Server

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...
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

In many scenarios, date and time information is loaded and stored in the text format. Converting these values to the date/time type is a...
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....
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 SUBSTRING SQL server command. It is similar to...
Read More

SQL Server Primary Key

SQL Server

Across all major RDBMS products, Primary Key in SQL constraints has a vital role. They identify the...
Read More

Drop Temp Table in SQL Server and PostgreSQL

Database development, PostgreSQL, SQL Server, Statements, Tables

This article explains different ways to drop the temp table in SQL Server and PostgreSQL. As the name suggests, temporary tables are used...
Read More

Getting Started with SQL Server

SQL Server

This documentation section presents the topics on SQL Server
Read More

User-Defined Functions in SQL Server

Database administration, Database Optimization & Structure, SQL Server, Statements

User-defined functions in SQL Server (UDFs) are key objects that each developer should be aware of....
Read More
Close