Fixing Impostor Syndrome
Lessons on impostor syndrome from a marketer apply to technologists as well.
Lessons on impostor syndrome from a marketer apply to technologists as well.
Learn how to use the system function, FILEPROPERTY(), to get information about your database in T-SQL.
This article covers how to create multi-chart visualizations in Excel using data from SQL Server.
Rollback scripts are designed to allow us to recover safely from a failed deployment that leaves the database in an indeterminate state. They must check exactly what needs to be reverted before doing so. If you work with an RDBMS that cannot support transaction DDL rollback they are vital. This article proposes a strategy where you create and test a rollback file, at the same time as the forward migration, and reuse it as a Flyway undo script.
Developers, in general, are very optimistic about the code they write. This is likely one cause of their estimates of the time required being low, as well as the various bugs that slip through because of corner cases that appear for the problem being solved. Often developers think they've considered the various ways this code […]
Learn how you can set up and use Ledger tables in an Azure SQL Database to verify the integrity of your database changes.
In this tip, we cover how to use the GENERATE_SERIES function to expand a range of dates into rows
Use SELECT statements to query a MySQL database. In this article, Robert Sheldon explains how.
Many people have used a "Numbers" or "Tally" table without really knowing what it does. This is an introduction as to how a Tally table replaces a loop.
I’m excited to announce the release of a new open-source project that fully automates...
I’m excited to announce the release of a new open-source project that fully automates...
By Steve Jones
Don’t reserve your kindest praise for a person until their eulogy. Tell them while...
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