2 min read 0 Backup and Recovery GCP SQL Database MSSQL GCP SQL Database Backup and Restore with Backup and DR Service Soyeluddin Biswas 30 January 2025 Step-by-Step Configuration Guide 1. Adding the Host 2. Installing the GCP Backup and DR Agent 3. Registering the Host in…
1 min read 0 MSSQL SQL Instance Last restart date and time in SQL Server Soyeluddin Biswas 29 September 2019 Introduction: When your SQL instance was last restarted? I understand it is very simple script but we often forget simple…
2 min read 2 MSSQL Database restore history in SQL Server Soyeluddin Biswas 27 September 2019 Introduction This script will help you to get the restore history for all the databases. If you need to know…
3 min read 0 MSSQL Find Physical file location for all the databases in SQL Server Soyeluddin Biswas 25 September 2019 Introduction Very often DBAs need to find the location of the physical file (MDF, LDF & NDF) of a database.…
2 min read 0 MSSQL Set Auto growth for all the databases wit T-SQL Soyeluddin Biswas 24 September 2019 Introduction Managing the growth of database files is an essential aspect of maintaining a healthy SQL Server environment. As databases…