Developer Time is More Valuable Than Ever
Today, Kendra Little talks about how DevOps adoption affects developer productivity and time.
2025-05-23 (first published: 2020-02-14)
377 reads
Today, Kendra Little talks about how DevOps adoption affects developer productivity and time.
2025-05-23 (first published: 2020-02-14)
377 reads
Kendra Little talks about write ahead logging in SQL Server, one of the basic concepts that developers and DBAs should understand.
2024-06-12 (first published: 2020-01-20)
4,614 reads
Today, Kendra Little talks about code reviews and why they should be done early.
2024-04-29 (first published: 2020-02-07)
330 reads
2020-02-25
275 reads
Today, Kendra Little talks about reteaming.
2020-02-21
526 reads
Today, Kendra explains what's holding organizations back from implementing Database DevOps.
2020-02-12
235 reads
Today, Kendra talks about why version control for databases is important and how to get started.
2020-02-04
489 reads
Today, Kendra explains why she doesn't like shared development databases.
2020-01-31
493 reads
Today, Kendra Little explains why a query may run faster the second time you run it.
2020-01-29
2,422 reads
Today Kendra talks about two of the online options used when working with indexes.
2020-01-14
304 reads
By Steve Jones
Recently I was working in VS Code and I saw a walkthrough for the...
By alevyinroc
In the blink of an eye, summer has passed. I don’t know about you,...
By Chris Yates
In today’s digital landscape, data is both a strategic asset and a potential liability....
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