BACKUP DATABASE script

USE master
GO
BACKUP DATABASE NorthWind
TO DISK=N'D:\NorthwindBackup.BAK'
WITH NAME=N'Northwind Database Full Backup',DESCRIPTION='Starting Point for Recovery',INIT,STATS=10

Comments

Popular posts from this blog

Always On FailOver Events

The transaction log for database is full due to 'OLDEST_PAGE'

SSAS Cube or Database backup with Powershell command "Backup-AsDatabase"