The End of SQL Server 2019
Steve has a few thoughts after the end of mainstream support for SQL Server 2019.
2025-03-26
71 reads
Steve has a few thoughts after the end of mainstream support for SQL Server 2019.
2025-03-26
71 reads
Should we build modern software as monoliths or microservices? Or something else? Steve has a few thoughts today.
2025-03-24
87 reads
Code is vulnerable to supply chain attacks, which aren't something many of us think about.
2025-03-21
71 reads
We all know security is important, but we sometimes make the job harder when we don't handle data appropriately.
2025-03-19
136 reads
It can be hard to change peoples' habits and get them to adopt new technology.
2025-03-15
78 reads
2025-03-14 (first published: 2018-11-02)
261 reads
2025-03-12 (first published: 2018-10-19)
1,011 reads
The ways in which you might try and reverse engineer a database design are on Steve's mind today.
2025-03-10 (first published: 2018-11-30)
277 reads
Today Steve asks if you track the details of your table growth inside a database.
2025-03-07
146 reads
The job outlook for database professionals is good, but it's not that easy to get a great job. Steve has some advice for you today.
2025-03-05
199 reads
Introduction Treating your data catalog like a “data museum”—a static collection where information quietly...
Low-code solutions often accelerate development and make tasks accessible to people who can’t or...
By Steve Jones
Often we find out about a problem reported by a customer after the incident...
I'm using an ADO Net Source to extract data and running into an issue...
Hi I have below query and i want Cummulative Total . Total should be...
Everyone seems to be a Newbie with zero points today! Browser = Chrome
What is returned from this code in SQL Server 2022?
DECLARE @value INT = NULL; SELECT ISNULL(@value, 100.5) AS Result;See possible answers