January 7, 2020 at 8:53 pm
I haven't seen it yet either but plan on once I recover from my being sick after visiting my oldest daughter and four grandkids in TN over Christmas.
I honestly don't care what the critics say, I want to see it just because it is Star Wars.
January 8, 2020 at 8:48 am
I went to see ROS with my brother-in-law and nephew between Christmas and New Year and I thought it was pretty good. There were plot holes you could drive a lorry through and some truly terrible lines but it did what I wanted it to do. The important thing was my nephew loved it. It was his first 'grown-up' film and he was a very excited young man. The fact his uncle bought him nearly a pound of pick-and-mix and was encouraging him to eat it all had nothing to do with it.
How to post a question to get the most help http://www.sqlservercentral.com/articles/Best+Practices/61537
January 9, 2020 at 5:54 pm
Well, I'm finally getting one of my wishes at work and I'm simultaneously happy and worried...
I'm getting complete control over my database backups. We're cloudifying (well, they're calling it a cloud, it's really the same basic setup we've got now except the people managing the underlying hardware are in a different state) our servers (web, SQL, and others,) and the only backups the cloud provides is file-level.
So, initially, I'm going to go with the Ola scripts for the backups rather than trying to roll my own or a maintenance plan or the headaches of purchasing software. Long-term, I'd like to go with a commercial solution just to make it easier for the times I'm on vacation or after I leave, but that's a down-the-road.
Wish me luck (or skill, skill might be better)!
January 9, 2020 at 9:53 pm
Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it might help
January 9, 2020 at 10:18 pm
Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it might help
Is Redgate backup able to "pull" from database servers to backup servers? I evaluated it once a while back, but it was before all the malware madness, and now I'm reading more often that pulling backups from database servers is better than pushing backups to backup servers.
January 9, 2020 at 11:05 pm
I'm not sure what you mean by pull. Do you mean copy the backup file? SQL backups from from the instance and are written to files. If you are looking for a copy after the backup is complete, that's an interesting question. I'll have to ask the team since I don't remember the architecture here.
January 9, 2020 at 11:57 pm
Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it might help
Yeah, I've trialed it a couple times here on my homelab (MAN I wish I could have JUST ONE test server that wasn't locked down 6 ways to Sunday at work!) and I like the interface and such.
Plus, I know it'd be easier if I had to give someone the basics to cover for me!
Maybe, someday, I'll get a REAL backup person to help out...
January 10, 2020 at 8:41 am
Well, I'm finally getting one of my wishes at work and I'm simultaneously happy and worried...
I'm getting complete control over my database backups. We're cloudifying (well, they're calling it a cloud, it's really the same basic setup we've got now except the people managing the underlying hardware are in a different state) our servers (web, SQL, and others,) and the only backups the cloud provides is file-level.
So, initially, I'm going to go with the Ola scripts for the backups rather than trying to roll my own or a maintenance plan or the headaches of purchasing software. Long-term, I'd like to go with a commercial solution just to make it easier for the times I'm on vacation or after I leave, but that's a down-the-road.
Wish me luck (or skill, skill might be better)!
I've inherited Ola everywhere I go and it's great for backups but not really designed too well for restores, but I'm so happy I have Redgate SQLBackup Pro... backups are so fast and the compression (even at level 1) is super cool.
also object level recovery from a .sqb file without needing to restore is cool (by the way - I don't work for Redgate - I just bug their call centre every time I don't read the release notes on an upgragde)
MVDBA
January 10, 2020 at 8:43 am
Steve Jones - SSC Editor wrote:Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it might help
Yeah, I've trialed it a couple times here on my homelab (MAN I wish I could have JUST ONE test server that wasn't locked down 6 ways to Sunday at work!) and I like the interface and such.
Plus, I know it'd be easier if I had to give someone the basics to cover for me!
Maybe, someday, I'll get a REAL backup person to help out...
I heard Jeff was looking for work 🙂
MVDBA
January 10, 2020 at 10:04 am
This was removed by the editor as SPAM
January 10, 2020 at 1:52 pm
Steve Jones - SSC Editor wrote:Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it might help
Is Redgate backup able to "pull" from database servers to backup servers? I evaluated it once a while back, but it was before all the malware madness, and now I'm reading more often that pulling backups from database servers is better than pushing backups to backup servers.
Ooooo... interesting and very timely subject for me, Patrick. Do you have any favorite links on the subject of pulling rather than pushing?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 10, 2020 at 1:57 pm
also object level recovery from a .sqb file without needing to restore is cool (by the way - I don't work for Redgate - I just bug their call centre every time I don't read the release notes on an upgragde)
Now there's something I didn't know about. RedGate had stopped carrying a previous product that did such a thing and I got lazy and stopped looking to see if there was some other way within RedGate to do object level recoveries. Is that something they have documented on their site?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 10, 2020 at 2:01 pm
Do you have any favorite links on the subject of pulling rather than pushing?
Hmmmm ...
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
January 10, 2020 at 2:03 pm
jasona.work wrote:also object level recovery from a .sqb file without needing to restore is cool (by the way - I don't work for Redgate - I just bug their call centre every time I don't read the release notes on an upgragde)
Now there's something I didn't know about. RedGate had stopped carrying a previous product that did such a thing and I got lazy and stopped looking to see if there was some other way within RedGate to do object level recoveries. Is that something they have documented on their site?
we've been doing it using sql comparesq version 14 - source is a backup, target is a database.... it's not always fast though, same with sql data compare
MVDBA
January 10, 2020 at 2:12 pm
Honestly, I thought we had pulled this from the product, but I was wrong. Here you go, object level recovery in Redgate SQL Backup.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 15 posts - 64,321 through 64,335 (of 66,749 total)
You must be logged in to reply to this topic. Login to reply