In my recent project with a customer, they wanted to configure SQL backups to Azure Blob Storage. When we were trying to take a backup, we were facing error. In this blog we would learn how to fix error message 3292 – A failure occurred while attempting to execute Backup or Restore with a URL device specified.
How to Find Last Full Backup Time and Size for Database? – Interview Question of the Week #173
Question: How to Find Last Full Backup Time and Size for Database?
SQL SERVER – PowerShell Script – Delete Old Backup Files in SQL Express
If you have worked with various SQL Server editions, then you would know that SQL Server Express edition does not have SQL Server Agent service. Due to this, we lose capabilities to automate a lot of things. Let us learn in this blog post how to delete old backup files in SQL Express.