use database
alter table dbo.table1
alter column attribute1 numeric(38, 3);
alter table table1
alter column attribute2 numeric(38, 3);