Rollback vs. Roll Forward
Today Steve talks about deployments and whether you should roll forward or roll back.
2026-03-04
140 reads
Today Steve talks about deployments and whether you should roll forward or roll back.
2026-03-04
140 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
460 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,054 reads
Running AI and data pipelines on the edge instead of the cloud has gone...
By Steve Jones
While writing another post I realized my UNION query didn’t work as one might...
By James Serra
Since the release of my book Deciphering Data Architectures: Choosing Between a Modern Data...
Comments posted to this topic are about the item Secure Cached Plans
Comments posted to this topic are about the item Complex Data Processing with dbt...
Comments posted to this topic are about the item Over or Under Provisioned
The DMV, sys.dm_exec_cached_plans, contains rows for each cached plan on an instance. In Azure SQL Database, not every used has rights to every database, as there does exist an instance behind each database. How is security handled for this DMV in Azure?
See possible answers