Hi @Naresh y,
You don't need to do anything.
INTEGER values like 5528 will automatically be converted into DECIMAL(10,7) upon insert into a table where column has DECIMAL(10,7) data type.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
HI
everyone
i have in my source column, data look like this.
my column length allows Decimal (10,7)
these are the sample results in my column
5528
2666
3333.16
4102.65
how do i load these values into my target column Decimal (10,7)
we need to convert this integer values with decimals like below ( for the first two records)
5528.00
2666.00
3333.16
4102.65
how to convert using ssis derived column expression ,please suggest
Hi @Naresh y,
You don't need to do anything.
INTEGER values like 5528 will automatically be converted into DECIMAL(10,7) upon insert into a table where column has DECIMAL(10,7) data type.