SQL Server Telemetry
SQL Server captures information about usage and send it to Microsoft. Is that a problem? Not for Steve Jones.
2017-04-18
843 reads
SQL Server captures information about usage and send it to Microsoft. Is that a problem? Not for Steve Jones.
2017-04-18
843 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
61 reads
This week Steve looks at all the information and learning available for Power BI.
2017-04-17
117 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
132 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
45 reads
Today Steve Jones discusses the idea of data value, and what it might mean to you, personally.
2017-04-12
46 reads
2022-12-05 (first published: 2017-04-11)
212 reads
This article explores aspects of a job that help one feel satisfied at work.
2017-04-10
83 reads
Just because something works, is it prudent to implement a solution knowing there is a chance this design flaw will be stricken from future revs of SQL Server? It depends.
2017-04-10
65 reads
This article explores the author's way of making big decisions.
2017-04-04
61 reads
By Steve Jones
One of the neat enhancements made to Flyway was the addition of state-based workflows...
I did a couple of posts previously on dumping/restoring Azure PostgreSQL databases and also...
By Brian Kelley
Most of us know that spending a lot of time on social media and...
Have an interesting scenario - user found a discrepancy with rows returned when running...
I am using the query listed below. USE GAGETRAK_26237 SELECT G.Gage_ID 'ID', G.Model_No 'Model',...
I have an issue when a stored procedure is executed from the SQL Server...