Skip to main content

Powershell has a SQL backup facility

You can start a PowerShell SQL backup using the command sqlps

From there, you have access to the Backip-SqlDatabase command

Works something like this...
sqlps Backup-SqlDatabase -ServerInstance SERVER\SQLINSTANCE -Database DBNAME -BackupAction Database

Comments

Popular posts from this blog