I’m using the below T-SQL query to determine the last backup date of SQL Server Database. Before we get started, you also learn how to get all table names and their row counts in SQL Database.

I’m using the below T-SQL query to determine the last backup date of database and also return the size and location of the backup file.

Check Your Last Backup Date with One Query

Leave a Comment