Back
I am trying to remove not null constraint in the sql server 2008 without losing data.
Use the below query:
ALTER TABLE YourTable ALTER COLUMN YourColumn columnType NULL
31k questions
32.8k answers
501 comments
693 users