SQL: ALTER Columns Statement to update NULLs to Not NULLs

·

·

,

SQL: This example updates allow NULLs to Not Nulls.

 

ALTER TABLE dbo.tbl_temp

ALTER COLUMN UserName VARCHAR(256) NOT NULL



Leave a Reply

Your email address will not be published. Required fields are marked *