Viewing 15 posts - 721 through 735 (of 22,184 total)
My answer to this is always the same. What are the Recovery Point Objectives (RPO) and Recovery Time Objectives (RTO) of the organization? With those defined, can you prove that...
October 13, 2022 at 2:30 pm
I've seen the SQL Edge in action. It's just SQL Server under the covers. That's your single best bet. Just backing up @Ant-Green.
October 7, 2022 at 2:09 pm
October 6, 2022 at 1:01 pm
Have you looked for disc corruption? It honestly looks like things are messed up at a low level.
October 6, 2022 at 12:58 pm
Microsoft's recommendations are pretty good, and, I think, based on Jonathan Kehayias' guidance.
October 5, 2022 at 2:27 pm
I also suggest you start using <> rather than != for 'not equal to'. <> is a more widely accepted SQL standard than !=, as far as I know.
Optimizer...
October 5, 2022 at 12:56 pm
Just so we're clear, CTFP = Cost Threshold for Parallelism.
And I agree. Changing it from the default value is a must. In addition to picking an arbitrary value (common practice...
October 5, 2022 at 12:55 pm
I think that's how you have to do it there too. You can't simply upgrade the VM in place. It just doesn't work like that. Once you have a VM,...
September 29, 2022 at 3:08 pm
If you're willing to do an in-place upgrade, it's really simple. Get the media for the Standard (or any other) edition on to the VM (how you do that is...
September 29, 2022 at 12:54 pm
The principal use case would be extensive, many-to-many data structures. If you don't have that, you don't need to sweat it.
September 26, 2022 at 12:13 pm
Sounds good then. As I said, a long time ago, if the tool can meet the RPO & RTO, I'm fine with it.
September 23, 2022 at 12:19 pm
I know this is an old topic but we are using Cohesity 6.6. It now has SQL log backup and Point in time restores. So far I'm liking...
September 23, 2022 at 8:51 am
I think Eddie has it nailed.
However, if you really want the single most solid answers to licensing questions, I'd go to Microsoft, not the forums. After all, they always get...
September 22, 2022 at 5:40 am
Viewing 15 posts - 721 through 735 (of 22,184 total)