Rollback vs. Roll Forward
Today Steve talks about deployments and whether you should roll forward or roll back.
2026-03-04
217 reads
Today Steve talks about deployments and whether you should roll forward or roll back.
2026-03-04
217 reads
One of the constant questions I get from Redgate customers is about rolling back database changes. We build software to help you deploy changes, but what about rollbacks? I think I've heard this in almost every conversation I've had on this topic in the last 5 years. It's one reason that Flyway has undo, though […]
2021-07-07
469 reads
What happens if your database deployment goes awry? Grant Fritchey has some troubleshooting advice to get you out of a bind.
2014-07-08
5,043 reads
2009-10-05
4,068 reads
I’m excited to announce the release of a new open-source project that fully automates...
One of my favourite features of SQL Server 2022 was the T-SQL Snapshot Backups....
By Steve Jones
I have said and written this many times: Redgate Software is the type of...
Comments posted to this topic are about the item AI Experience Gap that we...
Comments posted to this topic are about the item Squared Values
Comments posted to this topic are about the item I Don't Want To Do...
What happens when I run this code in SQL Server 2022?
SELECT SQUARE('12') See possible answers