top of page
rajendra gupta
Nov 23, 20221 min read
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.
252 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.
596 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...
6,903 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,099 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,880 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
204 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
193 views0 comments
-
Aug 3, 20223 min read
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.
8,786 views7 comments
-
Jul 25, 20224 min read
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.
309 views1 comment
bottom of page