Viewing 15 posts - 1,201 through 1,215 (of 59,072 total)
Hi Phil Parkin,
This is working on the sample data I created.
But If I apllied on my original table I am getting below error.
Invalid length parameter passed to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 5:16 pm
As we're sharing "new job" pains, we're likely going to be are taking responsibility of IT services for our parent company in the month months (years).
Ok......
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 4:47 pm
Ok... let's all gather hands in a circle around Thom and repeat the DBA prayer with me...
I'm not sure the strength will help me as it's likely to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 3:34 pm
At my new position, DISTINCT is the default for every query. Nobody knows why they do it. There is a fairly large group who is 100% dedicated to creating...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 3:22 pm
As we're sharing "new job" pains, we're likely going to be are taking responsibility of IT services for our parent company in the month months (years).
Ok... let's all...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 3:11 pm
Trying to imagine a scenario where I worked with Jeff Moden and tried to call out his code...
Jeff, Tally tables aren't working and this RBAR thing is RIDICULOUS....
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 3:03 pm
Understood. That's why I suggested that your first take on the subject is probably your best take.
To prevent any overlapping of old vs new, leave everything you currently have alone. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 1:45 am
Nominal scales are modeled as character strings, not integers.
Instead of the normal long retort that proves you wrong that subject, I jump straight to the punchline this time......
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 1:34 am
Recommendation: When posting performance issues, please follow the guidelines posted in the article at the 2nd link in my signature line below.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 23, 2023 at 1:28 am
Yep... there's the "can thing" and understood.
Since values from 000 thru 999 have already been distributed, we can't just use the simplicity of base 36 so I guess I'd do...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2023 at 5:02 pm
After migrating a massive number of documents for the AAIB and MAIB earlier in my career I became and avid watcher of Air Crash Investigation. One fatal...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 21, 2023 at 12:31 pm
The reason why the code doesn't produce an error can be found in the execution plan. Apparently, since SQL knows there's only 1 row, it never executes the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2023 at 7:20 pm
It's like the ORDER BY in the second query. Do the ORDER BY using the column aliases for the SUMs rather than the SUMS themselves.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2023 at 5:26 pm
The reason why the code doesn't produce an error can be found in the execution plan. Apparently, since SQL knows there's only 1 row, it never executes the ORDER BY. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2023 at 5:09 pm
Trying to imagine a scenario where I worked with Jeff Moden and tried to call out his code...
Gosh... thanks for the very kind words but I'm far...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2023 at 2:07 am
Viewing 15 posts - 1,201 through 1,215 (of 59,072 total)