Emergency Preparedness
Being prepared for things to go wrong is important, more so these days than in much of our past.
2020-09-04
88 reads
Being prepared for things to go wrong is important, more so these days than in much of our past.
2020-09-04
88 reads
Steve found an attack against Google's SQL database that their SREs detected.
2020-09-03
208 reads
2020-09-02
164 reads
Today Steve looks back at Windows, and how Windows 10 might be the last version. Perhaps this is the model we'll see with SQL Server in the future.
2020-09-01
267 reads
The challenges of state in databases can impact our development efforts.
2020-08-31
92 reads
This week Grant notes that we need to work on our learning skills, especially as the world continues to drive forward.
2020-08-29
200 reads
This week Steve wonders if you're want to tackle an exciting project for a day or a week.
2020-08-28
91 reads
Steve doesn't think microservices work with relational databases, but maybe you can convince him otherwise.
2020-08-27
268 reads
DevOps can help provide better security for your databases.
2020-08-26
81 reads
The ability to analyze lots of data on a workstation can be a way to test things without overloading server systems until you are sure your code works.
2020-08-25
126 reads
By Steve Jones
I was testing the new SSMS (v22 Preview 3) with Copilot and ran into...
By Kevin3NF
Don’t Let Trouble Sneak Up on You Most SQL Servers run quietly. Until...
By Steve Jones
I had a conversation with a customer asking this question: how can I tell...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item Building a RESTful API with...
Comments posted to this topic are about the item The Journey to PostgreSQL (or...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers