Scheduled Automatic SQL Database Backup using SSMS

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Scheduled Automatic SQL Database Backup using SSMS.
    How to configure auto backup in SQL server?
    Multiple methods for scheduling a SQL Server backup.
    Schedule and automate backups of SQL databases.
    How do you schedule and automate backups of SQL Server databases in SQL?
    How do I schedule an automatic backup in SQL Server?
    How do I schedule a daily backup in SQL Server?
    Should SQL Server Agent be set to automatic?
    How to Backup SQL Database Automatically Using SSMS?
    SQL Server Automated Backups.
    #SQLAutoBackup #SQLScheduledBackup #SQL #LearningProgramming #Programming

КОМЕНТАРІ • 10

  • @patdevine3151
    @patdevine3151 3 роки тому +2

    Thank you so much sir, this was so simple, fast and straightforward. I greatly appreciate your content. I have saved this video to my sql server help playlist. You're a good man.

  • @zamilmastaliyev6967
    @zamilmastaliyev6967 2 роки тому +3

    when i started server agent it says started and stopped.Some services stop automatically if they not used in with other services.i get such an error

  • @joemt
    @joemt Рік тому +1

    Hi Thanks, it seems that you've done that backup on that same server directory. How do you do that on a remote machine or a NAS storage?

  • @tharindufernando6915
    @tharindufernando6915 2 роки тому

    Very Helpful Video..

  • @santiphongngambunkaeo846
    @santiphongngambunkaeo846 2 роки тому

    Thank you so much.👍

  • @LeonelManuel-hl5nw
    @LeonelManuel-hl5nw Рік тому

    Hey sir. Thanks for this video, I´m a beginner in SQL and I have to do some automatic backups on it. Sir, I´d like to know how to set the automatic backup of the server to the disk on a Workstation?
    ThankU One more time
    😊

  • @GuillermoBenjamin
    @GuillermoBenjamin Рік тому

    Thank you/Gracias.

  • @codetonightcodetonight2353
    @codetonightcodetonight2353 Рік тому

    hello
    How can I take a "generate script" backup in the same way? thank you

  • @prashantpreet
    @prashantpreet 3 роки тому +1

    I got 1 more file on backup Database.sdf Why so?

    • @LearningProgrammingTutorial
      @LearningProgrammingTutorial  3 роки тому

      .sdf = SQL Server Compact (.sdf) database file in SQL. You can install the SQLite and SQL Server Compact Toolbox extension in Visual studio, and use that to open and explore the file.