top of page

Generate and Decode QR Codes with Python
This post discusses how to use Python to generate and decode QR Codes. Learn how to use Python to develop your custom QR Code.
rajendra gupta
May 13, 20223 min read
2,003 views
0 comments


Why developers should avoid creating SQL Server Stored Procedure prefix SP_
I will show you why developers should avoid creating SQL Server stored procedures that start with SP_. Read More here
rajendra gupta
May 11, 20222 min read
612 views
0 comments


T-SQL script to configure SQL Database for optimal VLF distribution
T-SQL script to configure SQL Database for optimal VLF distribution
rajendra gupta
May 5, 20221 min read
313 views
0 comments


SQL Server MeMORY Optimized Table Variables for faster performance
SQL Server memory-optimized tables are a great way to improve performance for table variables. Read More here
rajendra gupta
May 4, 20222 min read
1,890 views
0 comments


Read Session-Specific data from the memory-optimized temp tables
Convert memory-optimized temp tables into session-specific memory temp tables in SQL Server.
rajendra gupta
May 3, 20222 min read
298 views
0 comments


Use Memory Optimization for Faster temp table performance
Read this article to learn how to optimize your SQL code by using memory-optimized tables instead of SQL Server temporary tables.
rajendra gupta
Apr 22, 20224 min read
3,893 views
3 comments


Locks with SQL Server UPDATE STATISTICS WITH FULLSCAN
This article discusses how SQL Server locking works with the SQL Server Update Statistic command.
rajendra gupta
Apr 21, 20222 min read
5,647 views
0 comments

Error while SQL Server Service Pack or Cumulative Updates: "Cached MSI file is missing”
Are you getting the following Cached MSI file missing error (Error Code 0x84B20002) while trying to do SQL Server Service pack or...
rajendra gupta
Apr 14, 20223 min read
9,315 views
0 comments


SQL Server Query Optimization- Effective use of functions in the Where clause
SQL Server Query Optimization- Learn about the use of functions (DateDiff) in the Where clause. Learn how to tune these queries to run fast
rajendra gupta
Apr 13, 20223 min read
796 views
0 comments


Type conversion in expression may affect "Cardinality Estimate" in querY plan choice
Type conversion in expression may affect "Cardinality Estimate" in query plan choice
rajendra gupta
Mar 31, 20223 min read
16,341 views
1 comment


Query to list SQL Server indexes in a specific database
Sometimes you need to know the list of SQL Server indexes available in the SQL database. There are many ways to get the list of indexes....
rajendra gupta
Mar 31, 20221 min read
402 views
0 comments

SQL Server Performance Tuning – Index Scan vs. Index Seek
This article helps you to understand index scans Vs. Index with various examples.
rajendra gupta
Mar 30, 20223 min read
24,665 views
0 comments


Difference between SQL COUNT(*), COUNT(1), COUNT(column_name) In SQL SERVER
What is the difference between COUNT(*), COUNT(1), and COUNT(column_name) in SQL Server? Read all about it here.
rajendra gupta
Mar 28, 20222 min read
52,686 views
0 comments

Steps to troubleshoot high CPU utilization in SQL Server
This article describes the steps to troubleshoot high CPU utilization in SQL Server.
rajendra gupta
Mar 22, 20225 min read
59,381 views
1 comment


Understand SQL WHILE loop with examples
This tutorial will explain what a while loop is in SQL. It will also explain how to use the SQL WHILE loop.
rajendra gupta
Mar 21, 20223 min read
4,254 views
0 comments


How to revert database changes using SQL Server Database Snapshot
Did you accidentally delete, update or modify the incorrect data in the SQL database? Use SQL Server database snapshot for it. Read More.
rajendra gupta
Mar 19, 20223 min read
589 views
0 comments


Why my SQL Server tempdb database Is Growing Fast?
Have you ever wondered why your tempdb database is growing so fast? This article explores how to find the culprit SPID that is causing tempd
rajendra gupta
Mar 10, 20223 min read
10,764 views
2 comments

An Overview of the SQL CHARINDEX function
The SQL CHARINDEX function is used to find the position of a character or substring within a string.
rajendra gupta
Feb 27, 20221 min read
112 views
0 comments


Key (Lookup) in SQL Server Key Lookup performance
Learn about SQL Server key lookup performance and how to improve the performance of key lookup queries.
rajendra gupta
Feb 16, 20222 min read
9,440 views
0 comments


SQL Server Execution Plan - Displays Estimated and Actual number of rows
This article focuses on getting the Displays Estimated and Actual number of Rows from the SQL Server Execution Plan. Read More
rajendra gupta
Feb 16, 20221 min read
1,716 views
0 comments
bottom of page