Viewing 8 posts - 1 through 8 (of 8 total)
Synonyms? Why would you NOT want synonyms? Of course you want synonyms.
If someone wants to search for "Natural Language Processing" and types in NLP, do you think they'd be happy...
March 8, 2024 at 9:15 pm
Create a whole microservice for a coupon ordering process? As if microservices come free. You need to build it. Have a team to maintain it. And then you have to...
June 10, 2023 at 2:28 pm
Meeting customers' needs.
That's all I want.
Any technology push stinks. And resume building is detestable.
We are here to serve. If we can't relate our activities to a specific customer problem it...
March 11, 2023 at 4:30 pm
In my understanding, around 2005 people started to notice that developers were putting business logic in stored procedures, and they advised against this practice. When this advice was picked up,...
March 6, 2020 at 6:38 am
It's not about marketing vs developers. Not at all. It's not about doing away with the need for skilled professional developers. It's about getting things done.
Information systems design is primarily...
August 10, 2019 at 4:26 pm
The longer I am in life, the more I think that many men don't learn to be good fathers. They learn just enough to solve the problems they face and...
April 8, 2019 at 1:12 pm
Two more errors I ran into:
(1) Line 217 and 218 read
,MAX(' + QUOTENAME(@COLUMN_NAME) + ')
,MIN(' + QUOTENAME(@COLUMN_NAME) + ')
I...
January 17, 2019 at 7:16 am
The ISDATE function does not work for columns with long texts.
When I replaced
WHERE ISDATE(' + QUOTENAME(@COLUMN_NAME) + ') = 1)
by
January 16, 2019 at 12:48 pm
Viewing 8 posts - 1 through 8 (of 8 total)