Find Database size in SQL Server

Introduction In this article, we will try to pull all sizes from SQL server. How to find Database Size in SQL Server? How to Get size of all tables in…

Read Full
50 views 03:47 0 Comments

Database restore history in SQL Server

Introduction This script will help you to get the restore history for all the databases. If you need to know the restore history only for a single database then please…

Read Full
49 views 22:49 2 Comments

Exploring Database File Information with T-SQL

Introduction In the world of database management, having a clear understanding of the file information is crucial for optimizing performance and storage. In this technical blog post, we will dive…

Read Full
47 views 18:40 0 Comments

Set Auto growth for all the databases wit T-SQL

Introduction Managing the growth of database files is an essential aspect of maintaining a healthy SQL Server environment. As databases grow over time, it becomes crucial to configure appropriate growth…

Read Full
42 views 18:45 0 Comments