Trunk Based Database Development
Trunk based development is what many of us do with shared database servers.
2019-03-29
685 reads
Trunk based development is what many of us do with shared database servers.
2019-03-29
685 reads
2019-03-28 (first published: 2015-10-07)
172 reads
Today, Steve wonders when we'll stop installing SQL Server on a host machine.
2019-03-26
1,262 reads
Steve has a few thoughts on what is worse than telling your boss about a data breach.
2019-03-25
140 reads
2019-03-22
114 reads
Bad managers are everywhere, but we can improve and help them with some ideas from other companies. That's if we, as an organization, value our staff.
2019-03-21 (first published: 2015-10-19)
277 reads
This week's poll asks about virtualization in your environment. Let us know if you are moving your SQL Server to virtual machines.
2019-03-20 (first published: 2015-05-08)
187 reads
The biggest government hack ever occurred recently. At least until the next one happens.
2019-03-19 (first published: 2015-10-20)
294 reads
A minor disaster in Colorado reminds Steve about the need to prepare, and think about the failure points in our preparations.
2019-03-18
75 reads
2019-03-15
120 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