top of page


Explore WITH(NOLOCK)and the difference between NOLOCK and WITH(NOLOCK)SQL Server Table hint
SQL Server Table hint WITH(NOLOCK) and the difference between NOLOCK and WITH(NOLOCK)
* Are you using NOLOCK or WITH(NOLOCK) in SQL Server?
rajendra gupta
Apr 19, 20223 min read
11,136 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,742 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
811 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,572 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
407 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
25,125 views
0 comments


Learn SQL NOT IN Operator
The SQL NOT IN operator is used to find entries in a table that are not in a list of values. Learn how to use this SQL operator
rajendra gupta
Mar 29, 20222 min read
125 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,904 views
0 comments


Windows PowerShell Error - The file cannot be loaded because the execution of scripts is disabled
Are you getting the error - The file cannot be loaded because the execution of scripts is disabled on this system in Windows PowerShell?
rajendra gupta
Mar 27, 20222 min read
135 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,796 views
1 comment
bottom of page