Category Archives: Backup

Use Powershell To Backup SQL Database Remote

      No Comments on Use Powershell To Backup SQL Database Remote

This is a Powershell script I’ve used for a few years that creates a dated folder and places a backup for a single database in it. This version uses the “Invoke-Sqlcmd” and you may need to install the module before using this script. Install-Module sqlserverGet-Command -ModuleName sqlserver You only need… Read more »