Viewing 15 posts - 2,131 through 2,145 (of 59,082 total)
Honestly, no way to be certain. While I enjoy working with the AWS technology, AWS billing is insane. Despite deleting everything that I can find on one...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 6:00 pm
Gosh... I wouldn't blame the "current level of technology" for any such complaints that Steve has cited. That's not the issue.
It's not ALL the problem, but it's part...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 5:58 pm
Honestly, no way to be certain. While I enjoy working with the AWS technology, AWS billing is insane. Despite deleting everything that I can find on one of my...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 3:10 pm
Gosh... I wouldn't blame the "current level of technology" for any such complaints that Steve has cited. That's not the issue.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 3:07 pm
I've not used "File Table" but I want to say "Thank you" for taking the time to share what you're doing. You've always been one of the "good guys" on...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 4:26 am
ISNULL/COALESCE is not as clear as explicitly checking for NULL:
SELECT COL1,
CASE WHEN Table1.COL2 = 0 then 'ZERO'
WHEN Table1.COL2 = 1 OR Table1.Col2 IS NULL then 'ONE'
ELSE...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 2:28 am
I know almost nothing of Tableau, so just a couple of thought-provoking ideas.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 2:18 am
Heh... Had to laugh...I was just thinking that "Revo-Scalepy" (revo-sca-lepy) might make a great name for a line of blenders and food processors. 😀 😀 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
January 11, 2023 at 2:13 am
Hi Steve, thanks but what you are providing here is calculating percentage. My ask is to get an average of 4 month percentage (or 5 or 6...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 10, 2023 at 6:03 pm
Looks like Frederico was ultimately correct.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 10, 2023 at 12:54 am
TRY_CAST can be useful for simplifying error handling as it returns NULL rather than raising an error. 😎
Agreed but I've also found that it makes people complacent about...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2023 at 4:49 pm
This is a very good reminder that data validation is not just limited to the straight format.
Yep... I totally get that but this is one of those places where...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2023 at 4:29 pm
CR LF is breaking my data load into mysql, I have updated CR LF as space ' ' and load is working good.
To Frederico's point, it may be that...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2023 at 4:24 pm
As I myself are not sure if I still want to continue to be a DBA or move on to another field of work or even moving up to...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2023 at 8:45 am
I guess my question would be.... Why not just try it and see? Then post the answer here and Google will have a place to land the next time someone...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 9, 2023 at 8:10 am
Viewing 15 posts - 2,131 through 2,145 (of 59,082 total)