T-SQL script delete column from a table
It’s a common task that needs to be done on development/test environment. Though it seems that deleting a column from a table is just running an ALTER TABLE statement, however it’s …
T-SQL script delete column from a table Read More