Build the VCS Habit
Steve thinks version control is a fundamental and critical part of working in technology.
2020-03-17
204 reads
Steve thinks version control is a fundamental and critical part of working in technology.
2020-03-17
204 reads
2020-03-17
734 reads
2020-03-16
602 reads
I’ve not done much BI work in my career, other than simple aggregates in reports. I’ve wanted to tackle projects, but I’ve rarely had a chance to spend time...
2020-03-16
216 reads
Working from home can be hard and Steve has a few ideas that might help you transition during these challenging times.
2020-03-16
247 reads
A new security flaw in Intel SGX is found by researchers. This may or may not be a problem, but you should be aware.
2020-03-14
117 reads
2020-03-13
809 reads
Microsoft is retiring some certifications and offering others. Steve has a few thoughts on this.
2020-03-13
259 reads
This month is Women’s History Month, and it’s a chance to stop and think about the impact that women have had in history. After reading Monica Rathbun’s post on...
2020-03-13 (first published: 2020-03-03)
155 reads
2020-03-12
592 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 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