SQL SERVER – How to ALTER CONSTRAINT | Journey to SQL Authority with Pinal Dave
After reading my earlier blog post SQL SERVER – Prevent Constraint to Allow NULL. I recently received question from user regarding how to alter the constraint. No. We cannot alter the constraint, only thing we can do is drop and recreate it. Here is the C...