A couple of months ago, I wrote an article on how to use PowerShell to back up a database within SQL Server Express Edition. Even though the technique that I described in that post works, the script ...
-- differential + optional log backup chain. -- Set the variables at the top before running. -- Applies to: SQL Server 2008 R2 and later -- WARNING: This script will OVERWRITE an existing database. -- ...