top of page


Troubleshoot SQL agent on Linux not starting
Troubleshooting SQL Server Agent on Linux
rajendra gupta
Apr 5, 20231 min read
429 views
0 comments


SQL Server Queries to troubleshoot Memory pressure on SQL instance
SQL Server memory pressure can cause a lot of problems. This is a list of queries you can run to troubleshoot memory pressure problems. Read
-
Jul 12, 20224 min read
12,850 views
0 comments


SQL SERVER script to get Database Backup History
Here is a SQL Server script that will get you the database backup history for a server. It is a significant troubleshooting step to determin
-
Jul 12, 20221 min read
5,449 views
0 comments


Fix SQL Server error: SHOWPLAN permission denied in database ‘DBName’
Do you get the error "SHOWPLAN permission denied in database 'DBName'"? This error is due to SQL Server permissions. Find out how to fix SQL
-
Jul 12, 20221 min read
19,963 views
0 comments


SQL Server Error 18456: failed to open the explicitly specified database
This article helps you to fix SQL Server Error: 18456, Severity: 14, State: 38, Reason: Failed to Open the Explicitly Specified Database.
-
Jul 8, 20221 min read
24,949 views
0 comments


SQL Server Error VIEW SERVER STATE permission was denied on object 'server’,databasE'Master'
Did you face the error - "VIEW SERVER STATE permission was denied on object 'server', database 'master' while executing the DMV. Read More
-
Jul 8, 20221 min read
11,070 views
0 comments


SQL Server Extended Events to track PAGE SPLITS in SQL Database
SQL Server Extended Events to track PAGE SPLITS in SQL Database
-
Jun 30, 20222 min read
729 views
0 comments


A handy guide for Troubleshooting SQL Server Error 9002 - The Transaction Log for Database is Full
Troubleshooting SQL Server Error 9002 - The Transaction Log for Database is Full - Do you get error 9002? Read more for a handy guide.
-
May 18, 20222 min read
1,063 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
-
May 11, 20222 min read
612 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
-
May 4, 20222 min read
1,888 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.
-
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.
-
Apr 22, 20224 min read
3,891 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.
-
Apr 21, 20222 min read
5,636 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...
-
Apr 14, 20223 min read
9,236 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
-
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
-
Mar 31, 20223 min read
16,299 views
1 comment

SQL Server Performance Tuning – Index Scan vs. Index Seek
This article helps you to understand index scans Vs. Index with various examples.
-
Mar 30, 20223 min read
24,569 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.
-
Mar 22, 20225 min read
59,286 views
1 comment


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
-
Mar 10, 20223 min read
10,709 views
2 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.
-
Feb 16, 20222 min read
9,385 views
0 comments
bottom of page