Writing Before Reading
We often learn to write code before we really learn to read it, which seems like a problem to Steve.
2020-05-21
91 reads
We often learn to write code before we really learn to read it, which seems like a problem to Steve.
2020-05-21
91 reads
2020-05-19
88 reads
Steve prefers having standards, and today notes that aliases should be included in your standards document.
2020-04-28
134 reads
Running software teams isn't as easy as it may seem, and the way you manage a startup is different than a mature organization. Steve has a few comments on the process one angel investor implements.
2020-04-14
104 reads
Today Steve talks about retrospectives and how we learn and grow as software professionals.
2022-08-24 (first published: 2020-03-30)
206 reads
Cowboy coding can be a problem, and in a case Steve talks about, a temptation for someone to get more work.
2020-01-08
506 reads
This week Steve talks about the ways in which comments are important in our code.
2020-01-04
280 reads
This week Grant muses on how history can impact our decisions moving forward, and having a little empathy can be useful when re-examining the past.
2019-10-26
132 reads
Being a standards advocate, Steve has a few thoughts on team code structure.
2019-10-07
406 reads
Culture change is hard, and it's one of the most difficult things to implement when trying to get your team to work in a DevOps fashion.
2019-10-01
224 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