If you have a column in a SQL Server table that does not allow NULL values and you need to change it to allow NULLs, here is how you do it.
If you have a column in a SQL Server table that does not allow NULL values and you need to change it to allow NULLs, here is how you do it.