top of page
rajendra gupta
Mar 19, 20223 min read
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.
577 views0 comments
rajendra gupta
Jan 11, 20221 min read
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.
1,020 views0 comments
rajendra gupta
Jan 11, 20221 min read
PowerShell Script to configure SQL Server static Port
Read the article to use a PowerShell Script for configuring SQL Server static Port
1,681 views0 comments
rajendra gupta
Jan 8, 20221 min read
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.
458 views0 comments
rajendra gupta
Jan 7, 20221 min read
Script SQL Database Permissions for database refresh
Script SQL Database Permissions for database refresh
1,665 views0 comments
rajendra gupta
Jan 7, 20221 min read
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...
8,622 views0 comments
rajendra gupta
Jan 7, 20221 min read
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
53 views0 comments
rajendra gupta
Jan 5, 20221 min read
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
1,541 views0 comments
rajendra gupta
Jan 5, 20221 min read
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.
215 views0 comments
rajendra gupta
Jan 5, 20222 min read
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
91 views0 comments
rajendra gupta
Jan 5, 20221 min read
Drop Database in SQL Server
Drop Database in SQL Server
30 views0 comments
rajendra gupta
Jan 5, 20222 min read
Disable and Enable SQL Server Indexes
This article explains how to disable an Index in SQL Server.
353 views0 comments
rajendra gupta
Jan 5, 20221 min read
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
166 views1 comment
rajendra gupta
Jan 4, 20221 min read
Steps to change the default SQL Server backup directory
This article provides steps to change the default SQL Server backup directory.
320 views0 comments
rajendra gupta
Jan 4, 20222 min read
Learn SQL SELECT TOP statement
This SQL tutorial will understand how to use the SQL SELECT TOP queries using various examples.
35 views0 comments
rajendra gupta
Jan 4, 20222 min read
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.
162 views0 comments
rajendra gupta
Dec 30, 20211 min read
T-SQL script to find out SQL Server Logs directory
T-SQL script to find out SQL Server Logs directory
165 views0 comments
rajendra gupta
Dec 30, 20211 min read
Configure the Minimum and Maximum memory for SQL Server Instance
Configure the Minimum and Maximum memory for SQL Server Database instance
36 views0 comments
rajendra gupta
Dec 30, 20211 min read
T-SQL script to Recycle SQL Server error logs manually
T-SQL script to Recycle SQL Server error logs manually
48 views0 comments
rajendra gupta
Dec 26, 20212 min read
Generate Blocking tree in SQL Server and Azure SQL Database
Generate Blocking tree in SQL Server and Azure SQL Database
214 views0 comments
bottom of page