drop column from table in mssql code example Example: mssql remove column ALTER TABLE table_name DROP COLUMN column_name;