2017-04-25
251 reads
2017-04-25
251 reads
Have you ever given up on your brainchild? If yes, how did you deal with it?
2017-04-24
106 reads
Grant Fritchey on the lessons all DBAs can learn from the recent Public Relations disaster for United Airlines.
2017-04-24
72 reads
It takes a creative mind to come up with new ideas. So how do you do it?
2017-04-21
99 reads
2017-04-20
360 reads
SQL Server captures information about usage and send it to Microsoft. Is that a problem? Not for Steve Jones.
2017-04-18
853 reads
Today Steve Jones looks at some data loss lawsuits against Microsoft, but asks the general question of whether software vendors need to be more liable (and careful).
2017-04-17
65 reads
This week Steve looks at all the information and learning available for Power BI.
2017-04-17
119 reads
Do you know what the cost is for your database going down? Maybe more interesting, is do you want to know?
2017-04-14
140 reads
The future will see more of our data used in machine learning and other AI-like systems. Is that something we want?
2017-04-13
49 reads
SQL Server 2025 RTM is here, and if you’re running Docker on macOS, you...
By Steve Jones
It’s Monday. I’ve been home since Fri night, but with a busy weekend, I’m...
By Brian Kelley
I mentioned this in my talk on Quantum Computing at the PASS Data Community...
Hi, I want to find all the tables name under a database where tables...
Comments posted to this topic are about the item The Ending Substring
Comments posted to this topic are about the item Done is Better than Good,...
In Azure SQL Database and SQL Server 2025, if I run this, what is returned?
SELECT '[' + SUBSTRING('Steve Jones', 7) + ']' See possible answers