top of page


SQL Server 2022 STRING_SPLIT Function
SQL Server 2022 STRING_SPLIT Function
rajendra gupta
Jul 24, 20221 min read
3,649 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
rajendra gupta
Jul 12, 20224 min read
13,088 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
rajendra gupta
Jul 12, 20221 min read
5,598 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
rajendra gupta
Jul 12, 20221 min read
20,583 views
0 comments


Fundamental SQL: SQL Query examples for CREATE DATABASE
CREATE DATABASE: CREATE DATABASE is a fundamental SQL command that you need to know in order to work with databases.
rajendra gupta
Jul 9, 20222 min read
267 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.
rajendra gupta
Jul 8, 20221 min read
25,304 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
rajendra gupta
Jul 8, 20221 min read
11,395 views
0 comments


Learn about Case Statement in SQL Server
Case statements are used to provide instructions to be executed based on conditions. Case statements can be used in SELECT, INSERT, UPDATE,
rajendra gupta
Jul 5, 20222 min read
84 views
1 comment


Convert Unix Timestamp in SQL Server (T-SQL)
Want to know how to convert a Unix timestamp to a SQL Server timestamp or vice-a-versa? This article shows you how to do it using T-SQL. Rea
rajendra gupta
Jul 5, 20221 min read
10,698 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
rajendra gupta
Jun 30, 20222 min read
767 views
0 comments
bottom of page