how to add column to microsoft sql server table code example Example: create column sql server ALTER TABLE table_name ADD column_name datatype;