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
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
Post a Comment