Is SQL Server Feature Complete?
Steve asks the question about whether you think SQL Server is feature complete today.
2025-04-28
169 reads
Steve asks the question about whether you think SQL Server is feature complete today.
2025-04-28
169 reads
Steve looks back at his history with Microsoft and asks what your memories are of using their products.
2025-04-25
107 reads
2025-04-23
183 reads
2025-04-21
230 reads
Windows 7 support is ending, but Microsoft doesn't have a good plan for home users. Steve notes that the OS upgrade treadmill ought to come to an end soon.
2025-04-18 (first published: 2019-06-13)
297 reads
Today Steve is wondering how you approach coordinating application and database changes. Share which one you deploy first.
2025-04-16
172 reads
Today Steve asks the question of how much of your code could be written by GenAI.
2025-04-14
127 reads
The way we look at data is changing, especially when data privacy and protection is considered. Today Steve has some thoughts on address data and the implications for cities as well as databases.
2025-04-11 (first published: 2019-07-16)
433 reads
2025-04-09
192 reads
Feature flags are being used in modern software development. Steve thinks these should also be a staple of database changes.
2025-04-07
327 reads
By Steve Jones
Rodney Kidd took some great shots of the keynote and published an album here:...
By Brian Kelley
here is the compiled video of the Red Teaming course Microsoft put together.
Day 2 kicked off with Matt Garman’s keynote, and he opened with a quote...
Hi all, Has anyone encountered an issue whereby using a distributed availability group...
hi, i have seen in my server sometimes some SPIDs get stuck. so we...
Recently I was asked to investigate the update statistics process on a particular database....
When does this code work and when does it fail?
DECLARE @BaseDate DATETIME = '1900-01-01'; SELECT DATEADD(SECOND, 2147483648, @BaseDate) AS [MaxIntSecondsAdded];See possible answers