top of page


Utilizing Conditional Logic with `sp_MSforeachtable`
Utilizing Conditional Logic with `sp_MSforeachtable`
prashantj42000
Jun 14, 20241 min read
197 views
0 comments


SQL Server Performance Troubleshooting: Navigating Common Issues
SQL Server Performance Troubleshooting: Navigating Common Issues
rajendra gupta
Jun 13, 20247 min read
1,408 views
1 comment


Automating Row Count Retrieval for User Databases
Write a script ensures you get row counts for all tables in all user databases, excluding the system databases. We can use the...
prashantj42000
Jun 12, 20241 min read
84 views
1 comment


SQL Server - Where do my SQL Database files reside?
SQL Server - Where do my SQL Database files reside?
rajendra gupta
Dec 26, 20221 min read
280 views
1 comment


T-SQL script to configure SQL Database for optimal VLF distribution
T-SQL script to configure SQL Database for optimal VLF distribution
-
May 5, 20221 min read
311 views
0 comments


Query to list SQL Server indexes in a specific database
Sometimes you need to know the list of SQL Server indexes available in the SQL database. There are many ways to get the list of indexes....
-
Mar 31, 20221 min read
401 views
0 comments


Space used by Individual tables in SQL Server
Learn how to manage SQL Server space used by individual tables with this tutorial. Read more here.
-
Feb 1, 20221 min read
314 views
0 comments


SQL Server Dynamic Management View(DMV)- sys.dm_exec_requests
Execute the sys.dm_exec_requests DMV in SQL Server Management Studio to get the status of the backup or restore operations.
-
Feb 1, 20222 min read
764 views
0 comments


Get SQL Server Configuration using T-SQL
As a SQL architect or database administrator, it is required to know how to get SQL Server configuration using T-SQL. This post will share
-
Jan 28, 20221 min read
651 views
0 comments


SQL Server – Retrieve Physical Cores, Physical and Virtual CPUs, and Processor type information
Today's post describes SQL queries to get the following information about the processors of a SQL Server instance: 1. The total number of ph
-
Jan 28, 20221 min read
1,238 views
0 comments


SQL Server - How to comma-separated values into different columns
This article will demonstrate the method to store comma-separated values into different columns using SQL Server(T-SQL) query.
-
Jan 28, 20221 min read
3,638 views
0 comments


T-SQL Query to change Integration Services Catalog (SSISDB) database Master Key encryption password
Learn how to change the Master Key encryption password for an SQL Server Integration Services Catalog (SSISDB) database in SQL Server.
-
Jan 28, 20221 min read
640 views
0 comments


SQL Server agent jobs without notification using T-SQL
This article will describe how to get a list of SQL Server agent jobs without notifications using T-SQL . Read more here
-
Jan 28, 20221 min read
791 views
0 comments

Display dates between two input dates using SQL DATEDIFF function in SQL Server
SQL Server has a very useful function called DATEDIFF. This function is used to calculate the difference between the two dates. Read more he
-
Jan 27, 20221 min read
2,648 views
0 comments


T-SQL query to change the job owners for all jobs owned by a specific login
Many SQL Server DBAs manage jobs through the SSMS GUI and do not know about the underlying T-SQL scripts being run. This blog shows how to u
-
Jan 25, 20221 min read
4,529 views
0 comments


Identify When your SQL Database Was Last Used - SQL Server
I've seen several questions on the forums asking how to find out whether the SQL database is in use or not? Let's answer in this article.
-
Jan 25, 20222 min read
17,575 views
4 comments


T-SQL Query to find Supported Compatibility Level Values in SQL Server
The question came up on the forum - how do I find all the possible values for a specific compatibility_level in SQL Server? Let's check .
-
Jan 19, 20221 min read
957 views
0 comments


T-SQL Query to find Orphan data and log files of SQL Databases
Are you a DBA? Then you'll love this free T-SQL script. This script helps you find orphaned data and log files of SQL Databases.
-
Jan 19, 20221 min read
1,372 views
0 comments

Export Windows applications logs in CSV format using SQL Server query
The Windows application logs are used by various applications to write new events. This blog exporting these logs into CSV format
-
Jan 19, 20221 min read
225 views
1 comment


T-SQL script to Backup database SQL Server with TimeStamp
The T-SQL script takes a full backup of all databases(System databases and user databases) in the format of DataaseName-YYYY-MM-DD-HH-MM-...
-
Jan 19, 20221 min read
3,070 views
0 comments
bottom of page