2020-03-11
645 reads
2020-03-11
645 reads
Steve Jones highlights the importance he sees for data professionals in the containerization of software.
2020-03-11
289 reads
2020-03-10
331 reads
2020-03-10
886 reads
Today is T-SQL Tuesday #124 and I’m dropping a quick post as I’ve had lots of other stuff to do since returning from my sabbatical. Tracy Boggiano is the...
2020-03-10
117 reads
2020-03-09
630 reads
2020-03-06
697 reads
I deliberately didn’t set any goals at the start of 2020 since I was taking six weeks off for a sabbatical. That’s done, and it’s time to look forward....
2020-03-06 (first published: 2020-03-02)
475 reads
Today Steve asks what reasons a developer has for using stored procedures.
2020-03-06
534 reads
A security breach at Microsoft is disconcerting, especially when they don't share details.
2020-03-05
286 reads
By Chris Yates
The Castle and the Keys Imagine your Azure SQL environment as a sprawling digital...
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...
We are using MySQL version 5.6 in our Windows Server 2012 R2 environment. We...
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 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