Should the Data Lake be Immutable?
Data warehouses and lakes are often loaded from other data, so should they be immutable?
2019-02-26
798 reads
Data warehouses and lakes are often loaded from other data, so should they be immutable?
2019-02-26
798 reads
Will employee data become a target of hackers? It's likely more a movie plot than reality, at least, Steve hopes so.
2019-02-25
68 reads
A company is letting companies trade vacation for payments against student loan debt.
2019-02-22
66 reads
No matter what the reason you have sensitive information, you need to treat it carefully.
2019-02-21
50 reads
2019-02-20
58 reads
Steve talks about the level of engineering effort we need in software development.
2019-02-19
66 reads
Steve talks about the need to be careful with backups in this age of malicious attackers.
2019-02-18
60 reads
2019-02-15
68 reads
2019-02-14
61 reads
Google was recently fined for GDPR violations. Steve wonders if their confusing documentation and tools are the problem.
2019-02-13
69 reads
By Steve Jones
I think we might have forgotten this a bit, but on one of the...
By Brian Kelley
I refresh my test SQL Servers at least monthly with a fresh VM. Setting...
By Chris Yates
Embracing Total Responsibility In every organization there comes a moment when teams must choose...
We have created a parent table, child table & Audit log table in SQL...
Comments posted to this topic are about the item Change Tracking Default Retention
I am trying to create a subscription that posts to a one drive directory. ...
I run this command on my SQL Server 2022 database:
ALTER DATABASE AdventureWorks2017 SET CHANGE_TRACKING = ON;What is the default data retention period? See possible answers