DBA Fundamentals - Backups 3 - Setting Up Maintenance Plans

Поділитися
Вставка

КОМЕНТАРІ • 30

  • @AdrianAska-y5i
    @AdrianAska-y5i Рік тому +2

    This guy is great for my low attention span. Thank you so much!

  • @jasonliang9114
    @jasonliang9114 2 роки тому +2

    Wonderfully explained. Thanks for the explanation.

  • @GeraldOSullivan
    @GeraldOSullivan 5 місяців тому

    Excellent. Nice combination of good advice and practicality. Good work!

  • @haazimali489
    @haazimali489 10 місяців тому

    You cover setting up full database backups and log backups but don't mention differential backups. Why?

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  10 місяців тому

      Because I can't cover every topic in every video. ;-)

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

    Good basic guide. At 6:24 you said you didn't like to back up to a local drive and move it to a drive off the server. Yes, I agree, but this way is a bit risky. Why ? I explain with my example. I made backups directly to NAS QNAP and ZYXEL connected to the server using the iSCSI protocol. There were times when the NAS disconnected for various reasons. Then there was a problem with the lack of backup. Personally, I do it as you show, but first on a local drive. If the backup is completed correctly, the next step is to call Execute SQL Server Agent Job Task and in it call the created Jobs with the command (Operating system CmdExec) xcopy /S /C /V /Y D:\BACKUP F:\BACKUP where D: local disk of the server and QNAP mapped as F. I have one more of the same task but I am copying the backup to ZYXEL. In the e-mail notification, I have set that in case of problems with backup, cleaning old files or copying, I get an e-mail. Then I check what the problem is. This way I always have at least one good backup.
    Plus, I do a SNAP every few hours. All the best.

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

      I didn't say iSCSI: I said network shares.

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

      @@BrentOzarUnlimited Ok, I also have a Xtreamer e-TRAYz NAS connected via SMB. This one disappears quite often, so it's not credible to me. So, I prefer local disk first and then NAS.

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

      @@TheMistervac Given that SQL Server Standard Edition costs $2,000 USD per CPU core, most folks use something more reliable. You're not pirating SQL Server, are you?

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

      @@BrentOzarUnlimited I only use licensed software. 😀SQL standard is for 2 cores.

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

      @@TheMistervac Incorrect: the minimum number of cores for licensing is 4. They're sold in 2-packs only so that you can use, say, 6 cores. Read the Microsoft SQL Server licensing guide.

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

    Thanks Brent!!!

  • @YvdB
    @YvdB Місяць тому

    In europe we take 3 week holidays. Should we keep 4 weeks of backups?

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  Місяць тому

      For customized answers based on your own production scenarios, feel free to contact me for consulting.

  • @YvdB
    @YvdB Місяць тому

    Can I asume that the azure edition works the same as enterprise edition?

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  Місяць тому

      No, I have a separate class for Running SQL Server in Azure & AWS.

  • @Ренат-ц8ж
    @Ренат-ц8ж 2 роки тому

    Thank you!

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

    Legend

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

    Thanks brent

  • @CodeXploit
    @CodeXploit 3 роки тому +3

    Hallengreen or bust...

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

      Hmmm... who is bust?

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

      @@162900443 Anyone who is not using Halengreen 😉

  • @Mohammed-yj1zt
    @Mohammed-yj1zt Місяць тому

    when we should use SQL Agent and when Maintenance plans?
    I'm confuse because of I heard someone says sql agent better than maintenance and he moved to it instead of the maintenance

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  Місяць тому +1

      The person who told you Agent jobs are different than maintanence plans didn't do a good job of explaining. Agent is the thing that handles scheduling. Agent calls maintenance plans AND scripts.

    • @Mohammed-yj1zt
      @Mohammed-yj1zt Місяць тому

      @@BrentOzarUnlimited thank you so much

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

    Thank you!