This guy is great for my low attention span. Thank you so much!
@BrentOzarUnlimited Жыл бұрын
You're welcome!
@GeraldOSullivan6 ай бұрын
Excellent. Nice combination of good advice and practicality. Good work!
@BrentOzarUnlimited6 ай бұрын
Glad you enjoyed it!
@jasonliang91142 жыл бұрын
Wonderfully explained. Thanks for the explanation.
@rutwik_120020 күн бұрын
Basic SQL version don't have maintance plan? I don't see maintainace plan option in management section
@Mohammed-yj1zt2 ай бұрын
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
@BrentOzarUnlimited2 ай бұрын
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-yj1zt2 ай бұрын
@@BrentOzarUnlimited thank you so much
@YvdBАй бұрын
Can I asume that the azure edition works the same as enterprise edition?
@BrentOzarUnlimitedАй бұрын
No, I have a separate class for Running SQL Server in Azure & AWS.
@UB7642 жыл бұрын
Legend
@Ренат-ц8ж2 жыл бұрын
Thank you!
@steveabba84633 жыл бұрын
Thanks Brent!!!
@haazimali48911 ай бұрын
You cover setting up full database backups and log backups but don't mention differential backups. Why?
@BrentOzarUnlimited11 ай бұрын
Because I can't cover every topic in every video. ;-)
@reyamcarias82023 жыл бұрын
Thanks brent
@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 Жыл бұрын
I didn't say iSCSI: I said network shares.
@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 Жыл бұрын
@@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 Жыл бұрын
@@BrentOzarUnlimited I only use licensed software. 😀SQL standard is for 2 cores.
@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.
@CodeXploit3 жыл бұрын
Hallengreen or bust...
@1629004433 жыл бұрын
Hmmm... who is bust?
@CodeXploit3 жыл бұрын
@@162900443 Anyone who is not using Halengreen 😉
@YvdBАй бұрын
In europe we take 3 week holidays. Should we keep 4 weeks of backups?
@BrentOzarUnlimitedАй бұрын
For customized answers based on your own production scenarios, feel free to contact me for consulting.