Viewing 15 posts - 2,701 through 2,715 (of 39,861 total)
The popular list here notes Azure VMs and storage are things people need to learn about. I'd agree with this. There is plenty to troubleshoot in the cloud
https://docs.microsoft.com/en-us/learn/?WT.mc_id=nurture3_control_l1_home-email-learn
July 6, 2020 at 5:53 pm
Thanks for the research. That matches what I see.
GROUP BY ALL is specifically on the deprecation list for 2016/2019, and noted on the GROUP BY page. The WITH xxx syntax...
July 6, 2020 at 5:49 pm
You cannot pin tables into RAM. That was removed because of issues with the process many versions ago.
You can look at in-memory tables, but this is a big, disruptive change,...
July 6, 2020 at 2:29 pm
I'd go with Jeff's idea, if that works for you. A simpler import, in my mind.
July 6, 2020 at 2:28 pm
I don't believe this is the case. You can install SSRS on a machine without SQL Server, but I don't think you can upgrade just SSRS separately from an instance.
I...
July 6, 2020 at 2:23 pm
If the hardware is not the same, the same settings might not be correct. I would baseline a workload, with expected timings and then re-run that, being ready to tune...
July 6, 2020 at 2:19 pm
I'd be curious about which two products and why can't 1 do both. Not questioning your situation, but just trying to understand.
For your question, I've only run into this with...
July 6, 2020 at 2:17 pm
Yep, no heaps allowed without a really good, defensible reason.
July 6, 2020 at 2:14 pm
Thanks for the notes. I'll update the question, but I don't see GROUP BY xxx WITH CUBE|ROLLUP deprecated. It is noted as backwards compatibility and not ISO standard, but not...
July 6, 2020 at 2:08 pm
You need a connector. I've seen some for sale, like this one: https://www.cdata.com/kb/articles/ado-ssistask.rst
July 3, 2020 at 3:48 pm
Encryption is a complex topic. What to write about it depends more on requirements than the features involved. This is really just running functions on data when storing/retreiving, so depending...
July 3, 2020 at 3:48 pm
Interesting to see this. If there are no NULLs, I wouldn't expect rows to need to move or any page splits. This ought to be a meta data only change.
July 3, 2020 at 3:46 pm
On my previous laptop, I ran Dev edition for
On this one, I have 2017 and 2019, no issues. In fact, I don't usually install a default instance...
July 3, 2020 at 3:43 pm
So, I proposed rewriting the client admission and billing pieces into a web app. The proposal was accepted and I led the rewrite. We delivered that some 6 months...
July 2, 2020 at 4:14 pm
Viewing 15 posts - 2,701 through 2,715 (of 39,861 total)