Hi everyone 👋
We recently built a lightweight Windows tool for validating SQL Server scripts before they reach production.
🔍 It helps you:
Catch risky patterns (e.g., TRUNCATE, missing WHERE, direct DML)
Follow naming conventions automatically
Spot changes on sensitive objects (like Customer or Account tables)
Avoid manual BEGIN TRAN / ROLLBACK usage
Track all executions securely and offline
🔐 No cloud dependency – it's entirely local.
Ideal for banks, critical environments, and secure teams.
Check it out (early preview):
🌐 https://sqlchangeguard.com
Feedback or suggestions are welcome!