top of page
rajendra gupta
Jun 13, 20232 min read
Explain the difference between CHECKPOINT and LAZY Writer in SQL Server
Explain the difference between CHECKPOINT and LAZY Writer in SQL Server
1,307 views0 comments
rajendra gupta
Jun 13, 20231 min read
Difference between ISNULL and COALESCE function SQL Server
ISNULL and COALESCE functions can be used to handle null values in SQL Server. For a more detailed explanation, please refer to the video
424 views1 comment
rajendra gupta
May 26, 20233 min read
Mastering SQL Server's Power: Unleashing the Potential of Common Table Expressions (CTEs)
Discover the hidden gem of SQL Server: Common Table Expressions (CTEs). In this comprehensive guide, we dive deep into the world of CTEs.
232 views0 comments
rajendra gupta
Apr 10, 20233 min read
How to Use a Cross Join in SQL Server: A Beginner's Guide
Learn how to use a cross-join in SQL Server.
710 views0 comments
rajendra gupta
Apr 6, 20231 min read
WAIT_AT_LOW_PRIORITY Feature for DBCC SHRINKFILE in SQL Server 2022
WAIT_AT_LOW_PRIORITY Feature for DBCC SHRINKFILE in SQL Server 2022
498 views0 comments
rajendra gupta
Dec 26, 20221 min read
SQL Server - Where do my SQL Database files reside?
SQL Server - Where do my SQL Database files reside?
272 views1 comment
rajendra gupta
Dec 26, 20221 min read
Steps to add Add Identity Column to Table in SQL Server
Steps to add Add Identity Column to Table in SQL Server
14,396 views0 comments
rajendra gupta
Dec 5, 20221 min read
SQL Server 2022 - Greatest and Least functions
This video tutorial guides you to learn SQL Server 2022 Greatest and Least functions with examples.
#sqlserver #sqlserver2022
215 views0 comments
rajendra gupta
Dec 2, 20221 min read
Learn SQL Server 2022 – DATE_BUCKET function
This video article explains SQL Server 2022 DATE_BUCKET() function with examples.
299 views1 comment
rajendra gupta
Nov 28, 20221 min read
SQL Server 2022 - IS [NOT] DISTINCT FROM Predicate
Do you know about the new SQL Server 2022 predicate - IS [NOT] DISTINCT FROM? Explore more in the video.
148 views0 comments
rajendra gupta
Nov 21, 20222 min read
SQL Server: Explain the between SQL_Handle and Plan_Handle
What is the difference between SQL_Handle and Plan_Handle? SQL Server keeps track of different types of information using "handles." Read.
605 views0 comments
rajendra gupta
Nov 18, 20221 min read
Round up or Round down in SQL Server
SQL Server has a built-in function to round numbers up or down. Learn how to use this function to round up or round down numbers in SQL...
7,015 views0 comments
rajendra gupta
Nov 16, 20221 min read
Different ways to check the last Restart time of SQL Server
Knowing when your SQL Server instance was last started can be helpful for various reasons. In this tip, we will explore a few methods you ca
7,255 views0 comments
rajendra gupta
Nov 14, 20221 min read
T-SQL script to Measure Transactions Per Seconds in SQL Server
Learn how to measure transactions per second in SQL Server with this quick and easy guide. We'll show you step-by-step how to get started so
2,918 views2 comments
rajendra gupta
Nov 8, 20222 min read
Explore SQL EXCEPT statement
The SQL EXCEPT statement is used to compare two tables and find the differences between them. In this article, we'll show you how to use the
206 views3 comments
rajendra gupta
Nov 7, 20222 min read
SQL Server UPDATE from a SELECT statement
Updating data in a SQL Server database can be done in many ways. One way is to use the UPDATE statement along with a SELECT statement. This
196 views0 comments
-
Jul 24, 20221 min read
SQL Server 2022 STRING_SPLIT Function
SQL Server 2022 STRING_SPLIT Function
3,543 views0 comments
-
Jul 9, 20222 min read
Fundamental SQL: SQL Query examples for CREATE DATABASE
CREATE DATABASE: CREATE DATABASE is a fundamental SQL command that you need to know in order to work with databases.
264 views0 comments
-
Jul 5, 20222 min read
Learn about Case Statement in SQL Server
Case statements are used to provide instructions to be executed based on conditions. Case statements can be used in SELECT, INSERT, UPDATE,
82 views1 comment
-
Jul 5, 20221 min read
Convert Unix Timestamp in SQL Server (T-SQL)
Want to know how to convert a Unix timestamp to a SQL Server timestamp or vice-a-versa? This article shows you how to do it using T-SQL. Rea
10,232 views0 comments
bottom of page