Statements

Optimizing Overlapping Queries Part 1: Introduction & Enhanced T-SQL Solution

Database administration, Performance Tuning, Statements

Databases that serve business applications should often support temporal data. For example, suppose...
Read More

Database Checkpoints in SQL Server

Database development, Statements

In this article, we will talk about SQL Server Checkpoints. To enhance performance, SQL Server applies modifications to database pages in...
Read More

SQL Server: DELETE vs TRUNCATE

Database development, Statements

T-SQL provides two keywords that allow you to delete data from a table. They are DELETE and TRUNCATE. These are alike in what they are...
Read More

ROLLBACK TRUNCATE in SQL Server

Database development, Statements

Have you ever accidentally executed the TRUNCATE command on a wrong table? This will lead to all...
Read More
Close