Dropping a Column and Statistics
Before you can drop a column using an ALTER TABLE statement, you must drop any statistics on the column.
Changing a Column Data Type and Statistics
If you change a column data type using an ALTER TABLE request, the statistics on a base table that reference the column are no longer used. Recollecting the statistics on the modified column makes the statistics usable again.