I need to alter a column from "real" type to "float" type. This column
has a default constrain.
If I try
alter table MyTable
alter Column MyColumn float
MS SQL7 failes with
ALTER TABLE ALTER COLUMN MyColumn failed because
DEFAULT CONSTRAINT DF__PaymentOrde__MyColumn__2D12A970 accesses this
column.
How to alter this table?