2017-05-30
49 reads
2017-05-30
49 reads
2017-05-29
33 reads
Phil Factor argues that the database should be the primary source not only of the current data values, but also of the volatility of the data, its rate of change. Surely, then, it makes sense for the database to control the caching strategy.
2017-05-29
91 reads
The SQL Server platform is growing, but Steve Jones notes that this might not really affect our jobs.
2017-05-26
845 reads
We will start to deal with more and more types of data. Steve Jones worries about the possibility of hacking.
2017-05-25
63 reads
2017-05-24
141 reads
Today Steve Jones looks at how you might track the various items you use in the cloud.
2017-05-23
215 reads
Microsoft has changed SQL Server in response to the community. Read about some of the enhancements.
2017-05-22
74 reads
2017-05-22
55 reads
Pseudonymisation is a form of data masking, a technique that becomes more important to data professionals all the time.
2017-05-19
1,894 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