Tag: sql server

Difference Between DELETE and TRUNCATE Table in SQL Server

Database development, Statements, Tables

Many articles have been written to describe the difference between the SQL DELETE and SQL TRUNCATE...
Read More

Do You Make These Mistakes When Using SQL CURSOR?

Database development, Statements

For some people, it’s the wrong question. SQL CURSOR IS the mistake. The devil is in the details! You can read all sorts of...
Read More

Virtual Columns and Functional Indexes

Database development, Indexes, MySQL, Oracle, PostgreSQL, SQL Server, Tables

Much too often, we see poorly written complex SQL queries running against the database tables. Such queries may take a very short or a very...
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...
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

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

Learn Database Design with SQL Server Management Studio (SSMS) – Part 2

Database development, SSMS, Tools & technologies

It is the second part of the series focused on the SQL Server Management Studio usage. You will learn the database design core concepts and...
Read More

Synthetic Data Generation

Database administration, Work with data

Introduction Sooner or later, any information system gets a database, often – more than one. With time, that database gathers very much...
Read More

Mastering the Use of Stoplists With SQL Server Full-Text Search (FTS)

Database administration, Search

Creating and managing stoplists serves as one of the main components responsible for improving the...
Read More
Close