Viewing 15 posts - 4,126 through 4,140 (of 59,067 total)
Heh... <sarcasm = on> It's a "managed instance"... there shouldn't be any disasters, right? <sarcasm = off>
Considering the differences of the cloud providers and the different plans they all have,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2021 at 5:36 pm
I want to know why you want to avoid STUFF. What is the reason for such avoidance?
And as several have stated, STRING_AGG() didn't come out until 2017. If you really...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 28, 2021 at 6:28 am
Yeah... that "Do Not Call" registry doesn't work. People and companies basically ignore it.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2021 at 9:03 pm
I sent you a PM here on the SSC site. YOU NEED TO READ IT NOW!
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2021 at 8:55 pm
Heh... one of the companies I do work for insisted that they wanted to move their heavy import, validation, and distribution system to Red Shift. I asked "Why"? They said...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 27, 2021 at 5:30 am
ALTER INDEX ALL ON dbo.date_calendar REBUILD;
😉 Happy holidays everyone! 🙂
The other indexes weren't fragmented so no need to rebuild all the indexes. That's expensive even on such a small...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 26, 2021 at 12:56 am
Here's what everyone seems to forget when downloading and using such code... 😉
--===== Check for Fragmentation on the Clustered Index
SELECT avg_fragmentation_in_percent
...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 25, 2021 at 12:02 am
A lot of the department stores in the U.S. used to have a special "shop" in the store that would do that... sometimes, for free.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2021 at 7:33 pm
Glad it helped. You helped a lot by posting readily consumable data. Makes our "job" a whole lot easier and enjoyable.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2021 at 12:37 am
Thanks Jeff,
I was hoping you might come along if I mentioned SET BASED in the Title/Tags 🙂
That's exactly what I needed, not too much editing for me, and a...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 5:56 pm
p.s. We did do something great on this thread... although it's gotten a bit confrontational, it IS bringing a lot of things to light that people might not have known...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 4:23 pm
Absent encoding, data compression is the next-best alternative. But you don't seem to use that for some reason, I'm not sure why.
I do use that. It's a part of...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 4:14 pm
output as below
CompanyIDYearRev_IDMetarialID1888574MetarialID1888575MetarialID1888576MetarialID1888577supplier1888574supplier1888575supplier1888576supplier1888577
1039109202133982083.1897.0592.8795.7480.1899.0094.8796.74
1039152202033989880.1810098.8793.7479.1899.0096.8790.74
my result will be
company and year and rev then pivot first Colum based on material id ,pivot second Colum based on material id
with another...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 2:19 pm
damagment
Heh... I love it and had a good laugh. Thanks, Adi.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 2:13 pm
Eventually it leaves the company with those developers who produce best time sheets, not the best product.
Man, you said a mouthful there and I've seen it happen at more...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 4:03 am
Viewing 15 posts - 4,126 through 4,140 (of 59,067 total)