Viewing 15 posts - 2,656 through 2,670 (of 39,818 total)
What Erland said
July 6, 2020 at 5:56 pm
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
Viewing 15 posts - 2,656 through 2,670 (of 39,818 total)