top of page

Troubleshoot and fix sp_msforeachtable QUOTED_IDENTIFIER error
Troubleshoot and fix sp_msforeachtable QUOTED_IDENTIFIER error
prashantj42000
Jun 11, 20241 min read
78 views
1 comment


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


T-SQL Query to find SQL database age and number of tables in SQL Server
SQL Server - The following T-SQL statement helps find the SQL Database age based on the created date and number of tables.
-
Jan 19, 20221 min read
347 views
0 comments


SQL Database Error - BACKUP LOG cannot be performed because there is no current database backup
SQL Database Error - BACKUP LOG cannot be performed because there is no current database backup
-
Jan 13, 20221 min read
70 views
0 comments


Enclose a list of values into single quotes from CSV for T-SQL query for SQL Server database
Enclose a list of values into single quotes from CSV for T-SQL query for SQL Server database
-
Jan 11, 20221 min read
37 views
0 comments


T-SQL script to get user session count with client IP address
Download a T-SQL script for SQL Server that will aggregate the number of active sessions for each unique IP address. This is useful for dete
-
Jan 10, 20221 min read
145 views
0 comments


SQL Server Missing Index Script
If you ever find yourself in a situation where you're trying to troubleshoot performance on a SQL Server, then it's a good idea to look at
-
Jan 10, 20221 min read
213 views
0 comments


Script SQL Database Permissions for database refresh
Script SQL Database Permissions for database refresh
-
Jan 7, 20221 min read
1,733 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...
-
Jan 7, 20221 min read
9,117 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
-
Jan 7, 20221 min read
53 views
0 comments


Drop Database in SQL Server
Drop Database in SQL Server
-
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.
-
Jan 5, 20222 min read
360 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
-
Jan 5, 20221 min read
174 views
1 comment


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


"Invalid Object Name" Error in SSMS for recently created objects
Suppose you created a new table in SQL Server or Azure SQL Database, and the query editor shows you the error message "Invalid Object Name"
-
Jan 4, 20221 min read
236 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.
-
Jan 4, 20222 min read
167 views
0 comments


Generate Blocking tree in SQL Server and Azure SQL Database
Generate Blocking tree in SQL Server and Azure SQL Database
-
Dec 26, 20212 min read
224 views
0 comments


Query To Kill All Active Connections in Azure SQL Database
Query To Kill All Active Connections in Azure SQL Database
-
Dec 26, 20211 min read
279 views
0 comments

SQL Server Error 9002 – The transaction log for database <DBName> is full due to 'Replication.'
SQL Server Error 9002 – The transaction log for database <DBName> is full due to 'Replication'
-
Dec 26, 20212 min read
187 views
0 comments

SQL Script to check database connections and their status
SQL Script to check database connections and their status
-
Dec 26, 20211 min read
250 views
0 comments
bottom of page