sql query to add column in table not null code example Example: add new column not null sql server ALTER TABLE MY_TABLE ADD STAGE INT NOT NULL DEFAULT '0';