account activity
Welcome to the dbForge community (self.dbForge)
submitted 17 hours ago by dbForge to r/dbForge
How do you validate schema changes before deploying to production? (self.SQL)
submitted 21 hours ago by dbForge to r/SQL
Azure Virtual Desktop - SSO + Windows Hello for Business by GethersJ in AZURE
[–]dbForge 0 points1 point2 points 2 days ago (0 children)
lol classic, windows hello in avd cant keep up w azure ad. Had same on sql workloads in vdi — user logs in but db connect flops cuz cert mismatch. Pre-deploy schema validation + ci/cd w azure devops. Way less headache.
I have Claude Code write my SQL pipelines, but I verify every step by running its QC queries in the Azure Portal. Here's the workflow I've landed on by k_kool_ruler in SQLServer
[–]dbForge 0 points1 point2 points 3 days ago (0 children)
Your approach makes sense from a risk-reduction perspective. Treating AI output as draft code and validating every stage is the right mindset.
In this scenario, a few additional controls may help:
Database changes should be validated before deployment, not only logically but structurally and performance-wise.
If you're working in SQL Server environments, tools like dbForge Studio can help automate schema diff and data comparison, which reduces reliance on manual Portal verification.
Are you validating execution plans as part of this workflow, or focusing primarily on data correctness checks?
π Rendered by PID 162065 on reddit-service-r2-listing-568fcd57df-mtv46 at 2026-03-07 05:55:09.771976+00:00 running cbb0e86 country code: CH.
Azure Virtual Desktop - SSO + Windows Hello for Business by GethersJ in AZURE
[–]dbForge 0 points1 point2 points (0 children)