Generating Art
Using metadata to drive software is very useful, which means that having clean data and lots of metadata can help create better software.
2021-03-30
59 reads
Using metadata to drive software is very useful, which means that having clean data and lots of metadata can help create better software.
2021-03-30
59 reads
One of the interesting things about modern software is how updates are handled.
2021-03-29
75 reads
2021-03-25
140 reads
User interface is a part of software development that many technical people pay little attention to during the process of building something. However, it can be a problem for your customers.
2021-02-25
94 reads
Building better software requires some experimentation, but also some learning. Building better software as an organization requires even more.
2021-02-04
277 reads
Cutting edge technology might vary for many people, and Steve wonders what you think.
2021-01-29
101 reads
Today Steve wonders who should be responsible for software bugs, something of which we have no shortage of in our industry.
2021-01-11
96 reads
The annual Advent of Code challenge is underway, and you can use it to help grow your career.
2020-12-08
216 reads
Today Steve looks at legacy systems and the challenges they pose as we try to adapt them to new requirements.
2020-12-05
187 reads
2020-11-23
101 reads
I wanted to figure out how big (or approximately how big) my dump file...
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
Comments posted to this topic are about the item Announcing SQL Server 2025
Comments posted to this topic are about the item Running Steve's Code
Comments posted to this topic are about the item New SQL Server 2022 Functions
Can you run this code in any of your SQL Server 2019 databases without error?
CREATE OR ALTER PROCEDURE [dbo].[StevesAmazingProc] AS SELECT Consumer_ID , Trend_Category , Bit_Trace FROM NewWorldDB.dbo.MarketTrend; GOSee possible answers