top of page


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


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


prashantj42000
Jun 12, 20241 min read
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...
80 views
1 comment


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


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


-
Mar 31, 20221 min read
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....
395 views
0 comments


-
Feb 1, 20221 min read
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.
311 views
0 comments


-
Feb 1, 20222 min read
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.
754 views
0 comments


-
Jan 28, 20221 min read
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
645 views
0 comments


-
Jan 28, 20221 min read
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
1,234 views
0 comments


-
Jan 28, 20221 min read
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.
3,636 views
0 comments


-
Jan 28, 20221 min read
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.
636 views
0 comments


-
Jan 28, 20221 min read
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
782 views
0 comments

-
Jan 27, 20221 min read
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
2,646 views
0 comments


-
Jan 25, 20221 min read
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
4,474 views
0 comments


-
Jan 25, 20222 min read
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.
17,522 views
4 comments


-
Jan 19, 20221 min read
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 .
954 views
0 comments


-
Jan 19, 20221 min read
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.
1,361 views
0 comments

-
Jan 19, 20221 min read
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
223 views
1 comment


-
Jan 19, 20221 min read
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-...
3,052 views
0 comments
bottom of page