Install Azure CLI 2.0 on Microsoft Windows

Azure, Cloud

Azure CLI is a Microsoft cross-platform tool that allows users to remotely access Azure services...
Read More

Understanding SQL Server ALTER TABLE ADD COLUMN Statement

Database development, Statements, Tables

This article describes the SQL Server ALTER TABLE ADD COLUMN statement. The purpose of this statement is to add a new column to an existing...
Read More

Using INNER JOIN to Combine SQL Server Tables and Display Them in ASP.NET Webforms

ASP .NET CORE, Database development, Languages & Coding, Tables

This article describes the ways of using an INNER JOIN to combine results from two tables in the SQL Server database and display them in an...
Read More

Understanding MySQL TRUNCATE TABLE by Practical Examples

Database development, MySQL, Statements, Tables

MySQL TRUNCATE TABLE statement is a DDL statement used for removing all records from the MySQL...
Read More

SQL DROP TABLE Statement and Various Use Cases

Database development, Statements, Tables

The SQL DROP TABLE statement serves to drop the table from the database. It removes the table and its data and indexes associated with it....
Read More

How to Parse Strings Like a Pro Using SQL SUBSTRING() Function?

Database development, Statements

Do you enjoy parsing strings? If so, one of the indispensable string functions to use is SQL SUBSTRING. It is one of those skills a...
Read More

Fundamentals of Managing Datafiles in SQL Server

Database administration, Work with data

Introduction Datafiles are physical objects that constitute the most important part of the database...
Read More

Use Cases for SQL Server MERGE Statement: Syncing Online and History Tables

Database development, SQL Server, Statements, Tables

INTRODUCTION The SQL Server MERGE statement is an incredibly useful tool for carrying out DML operations based on comparing two tables or...
Read More

Five Different Methods To Start, Stop, And Restart SQL Server Services

Tools & technologies

When we install the SQL Server, it also installs the following services: SQL Server database engine service to manage and access data in...
Read More

Install and Configure SQL Server 2019 on Windows Server 2016

Tools & technologies

SQL Server 2019 was introduced in November 2019. The RTM version of SQL Server 2019 is 15.0.2000.5....
Read More
Close