T-SQL Tips: Modify All Default Constraints in a Database Based on a Common Value

Context This blog discusses a method that can be applied for doing the modification of default constraints on multiple fields within a database which currently points to one value Scenario Recently in one of my projects there was a need…