Microsoft
Software
Hardware
Network
Question : DT_WSTR dropping value before decimal point in SSIS
I'm trying to convert a value less than 1 e.g. 0.34 in to a string variable using DT_WSTR in a derived column transformation and it gets converted to ".34" rather than "0.34". How do I fix this please?
Answer : DT_WSTR dropping value before decimal point in SSIS
Try converting it in your SQL Statement using Convert(Varchar(Length),Co
lumnName).
.If your using any other Source..
Try this ((ColumnName)< 1) ? "0"+ (DT_wstr,Length)(ColumnNam
e) : (DT_wstr,Length)(ColumnNam
e)
Random Solutions
Why is my line-height not the same in IE and firefox??
Installing Windows 2008 Server R2 on a Dell PE 2850
COMPAQ V6000 HP, WON'T BOOT WITH BATTERY INSERTED, DC BLUE LIGHT PULSES DIM
Microsoft Information Store stalling issues
Asp.Net I am having problem trying to access a page & passing it querystring value.
SQL union to fill date data series gaps for SSRS year on year chart
A* algorithm 2D snake with obstacles max route
Multiple Dll's in Delphi
DAG & CAS array configured but it's not failover
Domain user account continuously getting locked out.