ALTER TABLE dbo.SCOObraPresupuestoA ADD PresupuestoAgeDIMCO money NOT NULL CONSTRAINT DF_SCOObraPresupuestoA_PresupuestoAgeDIMCO DEFAULT 0, PresupuestoAgeDITSI money NOT NULL CONSTRAINT DF_SCOObraPresupuestoA_PresupuestoAgeDITSI DEFAULT 0 GO UPDATE SCOObraPresupuestoA SET PresupuestoAgeDIMCO=PresupuestoAge GO