filmov
tv
Scheduled Backup Using SQL Server Agent

Показать описание
In this video, I'll show you how to scheduled backup database in SQL Server.
Step 1: Create a New Job
Step 2: Add Backup Steps
Command:
BACKUP DATABASE [YourDatabaseName]
Step 3: Schedule the Job
Step 4: Review and Start
Result
Step 1: Create a New Job
Step 2: Add Backup Steps
Command:
BACKUP DATABASE [YourDatabaseName]
Step 3: Schedule the Job
Step 4: Review and Start
Result