I’m using the below T-SQL query to determine the last date of database backup. 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 date of database backup and also return the size and location of the backup file.

Find last date of database backup in SQL Server

The article was published on February 25, 2017 @ 9:15 AM

Leave a Comment