Tag: sql server

Multicast SSIS: How to Create, Setup and Test

Business intelligence, SSIS

The current article focuses on setting up and testing the necessary environment for multicasting...
Read More

MIN and MAX Aggregate Functions in SQL Server

Database development, Statements

SQL Server Functions In database systems in general and in SQL Server in particular, functions are pieces of code that take zero or one...
Read More

22 Different T-SQL Indexes Examples to Warp Speed Your Queries

Database administration, Database development, Indexes, Languages & Coding, Performance Tuning, T-SQL

Indexing the database tables is one of the ways to up your game in tuning queries. How do you do it? Today’s post will give you 22 SQL...
Read More

Understanding DROP TABLE Statement in SQL Server

Database development, Statements, Tables

The SQL Server DROP TABLE statement serves to drop the table from the database. This article will...
Read More

Basics of SQL Server ALTER TABLE Statement

Database development, Statements, Tables

This article focuses on the ALTER TABLE statement in SQL Server and the following tasks on SQL Server tables: Add one or multiple columns...
Read More

An Overview of the PRINT Statement in SQL Server

Database development, Statements

The SQL PRINT statement serves to display the user-defined message. For example, you are developing a script with T-SQL Loops, and you want...
Read More

How to Rename a Table Name in SQL Server

Database development, SSMS, Stored Procedures, Tables

One of the most critical database administrator’s duties is managing database objects. For...
Read More

SQL Basic Commands: How to Write Simple Queries with Examples

Database development, Statements

This article explains writing simple SQL queries from the most basic ones and gradually improving the script to solve some mathematical and...
Read More

Top 5 Facts to Find and Replace SQL Texts in SQL Server with REPLACE Function

Database development, Statements, Work with data

Today’s code editors and word processors come with a search and replace feature. It is helpful when you need to change a word or a...
Read More

SQL Server DELETE – Removing One or More Rows from a Table with Slightly Advanced Scenarios

Database development, Statements, Tables, Work with data

The current article focuses on slightly advanced use of the DELETE statement to remove one or more...
Read More
Close