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
Rundll error error loading F3SCRCTR.DLL
How to configure Remote SPAN or alternative option on HP Procurve 2626-PWR switch ?
How to print the contents of a listbox
Popup window keeps coming..after clicking Browser Back
Free software to scan, crop 4 areas, save to .tif file with transparent background?
CISCO UC520 - IP Phones & Computers on different ip ranges.
Microsoft PKI Design
Screen resolution changed - Fedora 13
css
service restart after logrotate