2018-07-05
518 reads
2018-07-05
518 reads
2018-07-04
39 reads
2018-07-03
67 reads
Watch out, watch out, there's a NOLOCK hint about. And probably a few other SQL code smells.
2018-07-02
356 reads
Steve Jones talks about the practical benefits of using DevOps to smooth out your software development.
2018-07-02
146 reads
Steve Jones asks about your plans to get away from work and refresh yourself.
2018-06-29
51 reads
This is an error that has plagued SQL Server for a long time. It should be fixed.
2018-06-28
323 reads
Work sometimes gets in the way of work. Steve Jones notes this can cause stress and problems over time.
2018-06-27 (first published: 2014-10-21)
211 reads
2018-06-26 (first published: 2015-04-14)
262 reads
2018-06-25 (first published: 2015-02-13)
186 reads
By Steve Jones
Recently I was working in VS Code and I saw a walkthrough for the...
By alevyinroc
In the blink of an eye, summer has passed. I don’t know about you,...
By Chris Yates
In today’s digital landscape, data is both a strategic asset and a potential liability....
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