How to Scheduled Backups Using SQL Server Agent

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2024
  • 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]
    TO DISK = 'C:\BackupFolder\YourDatabaseName.bak'
    Step 3: Schedule the Job
    Step 4: Review and Start
    Result

ความคิดเห็น •