Rewrite Your Code Tomorrow
Steve Jones notes that we often solve problems better the second time around.
2017-10-04
70 reads
Steve Jones notes that we often solve problems better the second time around.
2017-10-04
70 reads
2017-10-03
159 reads
2017-10-02
91 reads
Even the most elaborate team-based development methodology won't compensate for the blinkered attitudes and tribal cultures that come from over-specialization in IT.
2017-10-02
65 reads
2017-09-29
59 reads
2017-09-28
81 reads
2017-09-27
206 reads
A bug in SQL Server needs patching right away if you use TDE. Some data security issues concern Steve as well.
2017-09-25
40 reads
Does it make sense for a DBA to be a job that moves from project to project? Steve Jones has some thoughts.
2017-09-25
85 reads
Lots of work is going into making software more helpful. This week Steve Jones wonders what you want from these assistants.
2017-09-22
64 reads
By SQLPals
Dry-run xp_delete_file Before Actually Deleting Files? xp_delete_file doesn’t really have a...
By Brian Kelley
In the United States, today is Thanksgiving. The intent behind the holiday is to...
SQL Server 2025 RTM is here, and if you’re running Docker on macOS, you...
Apologies if this is posted in the wrong forum, but I am trying to...
Hello all, I have a linked server created on an instance which only has...
Hi, I want to find all the tables name under a database where tables...
In Azure SQL Database and SQL Server 2025, if I run this, what is returned?
SELECT '[' + SUBSTRING('Steve Jones', 7) + ']' See possible answers