Viewing 11 posts - 1 through 12 (of 12 total)
The worst is Microsoft's data access. After it had had DAO, and then ADO, it started with ADO.NET in 2021. A year after that the Data Access Application Block (DAAB)...
March 15, 2025 at 4:35 pm
The downside of adopting new technology is that each year there is new technology and what was new last year is now old. So if you by default choose the...
March 15, 2025 at 4:33 pm
Thank you!
There are a few typos.
Table DimFactResellerSales is mentioned several times, whereas the table concerned is named FactResellerSales.
In the explanation of Expanded Tables in DAX it says "The only table...
January 1, 2025 at 4:37 pm
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 11 posts - 1 through 12 (of 12 total)