Tag: sql server

How to Download and Install SQL Server Express Edition?

Code Management, Tools & technologies

SQL Server is Microsoft’s premier database management system that we can use to develop...
Read More

SQL FOREIGN KEY CONSTRAINT: The Ultimate, Easy Guide for Newbies

Constraints, Database development

Newbie? Then an SQL foreign key may be foreign to you. You may have heard different opinions about SQL foreign keys. If you haven’t, soon...
Read More

3 Methods to Rebuild All Indexes for All Tables with T-SQL in SQL Server Database

Database development, Indexes, Languages & Coding, T-SQL, Tables

There are several methods of how to rebuild all indexes of all tables in SQL Server, among them: Using SQL Server maintenance plans. Using...
Read More

SQL Server: Renaming Indexes using the sp_rename Procedure

Database development, Indexes, Stored Procedures

Not so long ago, I was working on a project where we needed to change the data type of a table. The...
Read More

Create and Configure Oracle Linked Server in SQL Server

Database development

This article explains the step-by-step process of creating and configuring a linked server between Oracle 19c and SQL Server 2019....
Read More

4 Ways to Count Rows in SQL Server Table with Pros and Cons

Database development, Statements, Tables

Recently, I was working on a database performance improvement project. One stored procedure there was causing issues. In its code, a query...
Read More

5 No-Hassle Tips to Use SQL UPDATE Statement with JOIN

Database development, Statements

“Oops! My bad.” How many times did you say this after an SQL UPDATE had gone...
Read More

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 data with SQL Server Integration Services...
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...
Read More
Close