top of page


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


How to configure a static port for SQL Server?
One of the first things to do for securing your SQL Server is to change its default TCP port. Read more to configure it.
rajendra gupta
Jan 11, 20221 min read
1,058 views
0 comments


PowerShell Script to configure SQL Server static Port
Read the article to use a PowerShell Script for configuring SQL Server static Port
rajendra gupta
Jan 11, 20221 min read
1,702 views
0 comments

How to take SQL SERVER backup to Azure Blob Storage
How to take SQL SERVER backup to Azure Blob Storage. This is a guide for SQL Server DBA to store SQL SERVER backup in Azure.
rajendra gupta
Jan 8, 20221 min read
469 views
0 comments


Script SQL Database Permissions for database refresh
Script SQL Database Permissions for database refresh
rajendra gupta
Jan 7, 20221 min read
1,730 views
0 comments


SQL Server Database Mirroring Login Attempt Failed with Error ‘Connection Handshake Failed’
In SQL Server Always On Availability Group environment endpoint connection issue is a common problem and it needs to be resolved by...
rajendra gupta
Jan 7, 20221 min read
9,086 views
0 comments


T-SQL Script to find out Nth highest salary
It is a standard SQL interview question where the interviewer asks to write a query that finds Nth highest salary from the employee table. H
rajendra gupta
Jan 7, 20221 min read
53 views
0 comments


Get a list of installed SQL Server Components with SQL Server Discovery Tool
Get a list of installed SQL Server Components with SQL Server Discovery Tool
rajendra gupta
Jan 5, 20221 min read
1,657 views
0 comments


T-SQL statement to Enable and Disable XP_CMDSHELL using SP_CONFIGURE in SQL Server
This article outlines the steps to Enable and Disable XP_CMDSHELL using the SP_CONFIGURE system stored procedure.
rajendra gupta
Jan 5, 20221 min read
219 views
0 comments


Dynamic SQL to move SQL Server TempDB Data and Log Files to different directories
Dynamic SQL to move SQL Server TempDB Data and Log Files to different directories
rajendra gupta
Jan 5, 20222 min read
98 views
0 comments


Drop Database in SQL Server
Drop Database in SQL Server
rajendra gupta
Jan 5, 20221 min read
30 views
0 comments


Disable and Enable SQL Server Indexes
This article explains how to disable an Index in SQL Server.
rajendra gupta
Jan 5, 20222 min read
358 views
0 comments


T-SQL Script to generate Six Digit One Time Password (OTP)
This blog will give a T-SQL script o create and use Six Digit One Time Password using the SQL Server RAND function
rajendra gupta
Jan 5, 20221 min read
173 views
1 comment


Steps to change the default SQL Server backup directory
This article provides steps to change the default SQL Server backup directory.
rajendra gupta
Jan 4, 20221 min read
326 views
0 comments


Learn SQL SELECT TOP statement
This SQL tutorial will understand how to use the SQL SELECT TOP queries using various examples.
rajendra gupta
Jan 4, 20222 min read
38 views
0 comments


How to stop logging successful backup messages in SQL Server error logs
This article guides you to stop logging successful backup messages in SQL Server Error Logs.
rajendra gupta
Jan 4, 20222 min read
166 views
0 comments

T-SQL script to find out SQL Server Logs directory
T-SQL script to find out SQL Server Logs directory
rajendra gupta
Dec 30, 20211 min read
173 views
0 comments


Configure the Minimum and Maximum memory for SQL Server Instance
Configure the Minimum and Maximum memory for SQL Server Database instance
rajendra gupta
Dec 30, 20211 min read
40 views
0 comments


T-SQL script to Recycle SQL Server error logs manually
T-SQL script to Recycle SQL Server error logs manually
rajendra gupta
Dec 30, 20211 min read
51 views
0 comments


Generate Blocking tree in SQL Server and Azure SQL Database
Generate Blocking tree in SQL Server and Azure SQL Database
rajendra gupta
Dec 26, 20212 min read
224 views
0 comments
bottom of page