top of page


SQL Server 2022 General Availability Installation
SQL Server 2022 is now available for installation! Get started today and see what SQL Server can do for you.
rajendra gupta
Nov 23, 20221 min read
257 views
0 comments


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.
rajendra gupta
Nov 21, 20222 min read
635 views
0 comments


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...
rajendra gupta
Nov 18, 20221 min read
7,527 views
0 comments


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
rajendra gupta
Nov 16, 20221 min read
7,813 views
0 comments


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
rajendra gupta
Nov 14, 20221 min read
3,050 views
2 comments


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
rajendra gupta
Nov 8, 20222 min read
209 views
3 comments


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
rajendra gupta
Nov 7, 20222 min read
203 views
0 comments
SQL Server 2022 version list
SQL Server 2022 version list
-
Aug 3, 20221 min read
151 views
0 comments


Install SQL Server 2022 on Ubuntu in 5 minutes
Having trouble installing SQL Server 2022 on Ubuntu? Follow our 5-minute guide and get SQL Server up and running on your Ubuntu machine.
-
Aug 3, 20223 min read
8,978 views
7 comments


Explore SQL Coalesce function in SQL Server
This article explores the coalesce function in SQL Server that SQL uses to manipulate strings with NULLs in SQL Server.
-
Jul 25, 20224 min read
327 views
1 comment
bottom of page