Restoring SQL Server Data Warehouse Sample Database AdventureWorksDW2019 Using Azure Data Studio

Azure, Cloud

I explained a step-by-step process to restore the data warehouse sample database AdventureWorks DW...
Read More

SQL JOINs Tutorial with Examples

Database development, Statements

In this article, we are going to takes a close look at SQL Server JOINs. We will review all supported SQL Server JOIN types with syntax,...
Read More

SQL Server Triggers – Part 2 DDL & LOGON Triggers

Database development, Triggers

In SQL Server, triggers are database objects which will get executed whenever a triggering event happens on the database or server....
Read More

SQL Server Triggers: DML Triggers

Database development, Triggers

In SQL Server, triggers are database objects which get executed whenever a triggering event happens...
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

What is SQL Server? (Definition, Versions, Editions)

Database administration, Database development

Excited? That’s how it feels to learn a new skill on your first day. It can also feel a bit overwhelming. You have lots of questions. You...
Read More

The Easy and Practical SQL Server Tutorial for Beginners

Database development

Introduction to Our SQL Server Tutorial for Beginners Hello, budding SQL Server enthusiast!...
Read More

SSDT (SQL Server Data Tools) for Visual Studio: Main Features

Database administration, Database Optimization & Structure

SQL Server provides SQL Server developers and administrators with dedicated client tools for day-to-day usage. Namely, they are SQL Server...
Read More

Get Your SQL Server Database Size with Ease: Stored Procedures in Action

Database administration, Memory Optimization

As popular as the cloud services are nowadays, there’s still a good chunk of on-premises deployments of SQL Server that still require our...
Read More

The Importance of SQL Server Data Tools (SSDT)

Database administration, Tools & technologies, Work with data

Any SQL Server DBA, Developer, or end-user always needs a client tool to connect to SQL Server and...
Read More
Close