2020-11-20
124 reads
2020-11-20
124 reads
2020-11-18
120 reads
2020-10-13
148 reads
This week Steve wonders if you're want to tackle an exciting project for a day or a week.
2020-08-28
88 reads
This next article in the git series looks at managing powershell code in Git.
2022-04-11 (first published: 2020-08-27)
4,921 reads
Steve doesn't think microservices work with relational databases, but maybe you can convince him otherwise.
2020-08-27
252 reads
Steve looks at some of the software development trends from last year, and if they apply today.
2020-08-24
183 reads
2020-08-18
110 reads
2020-06-30
171 reads
Building better software might be a bit more work when we consider ensuring everyone can use our work.
2020-05-25
93 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...
I have a table. Structure in script below. I have to compare and see...
I have an application team that is insisting on daily (and for some, weekly)...
i see this in the definition of a linked server on our wh sql...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers