Machine Learning in the Database
Steve talks about Machine Learning Services in SQL Server and whether using this is a good idea.
2018-06-12
169 reads
Steve talks about Machine Learning Services in SQL Server and whether using this is a good idea.
2018-06-12
169 reads
Analyzing performance often requires you to understand what is normal and what is not. Steve talks about the importance of baselines.
2018-06-11
64 reads
2018-06-11
108 reads
Is there a best way to comment code? Or maybe just different styles. Steve Jones asks what you think today.
2018-06-08
91 reads
2018-06-07
72 reads
2018-06-06
144 reads
2018-06-05
61 reads
2018-06-04
117 reads
With the recent issue of Facebook/Cambridge Analytica and GDPR, I ask do we really understand "data"?
2018-06-01
166 reads
So, in general, what information (Scripts, configuration information, lists and documents) ought DBAs to retain about the databases and servers they are responsible for?
2018-05-31 (first published: 2014-11-10)
196 reads
I’m excited to announce the release of a new open-source project that fully automates...
I’m excited to announce the release of a new open-source project that fully automates...
By Steve Jones
Don’t reserve your kindest praise for a person until their eulogy. Tell them while...
Comments posted to this topic are about the item Change Tracking Data Retention Options
Comments posted to this topic are about the item Requiring Technical Debt Payments
Comments posted to this topic are about the item Using the FP-Growth Algorithm to...
If I am running this code:
ALTER DATABASE AdventureWorks2017 SET CHANGE_TRACKING = ON (CHANGE_RETENTION=4 xxx);What are the possible choices for xxx? See possible answers