How to show all backups of a Database in MSSQL
To show all backups of a Database in MSSQL you can use the following snippet. This snippet will show you every path even if the backup does not exist anymore.…
All the Code Snippets and Samples you need
To show all backups of a Database in MSSQL you can use the following snippet. This snippet will show you every path even if the backup does not exist anymore.…
To list last backup date of all databases in MSSQL you can use the following snippet. Sample MSSQL