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
How do I check if a window is already open or give it focus using Flex/Flash
VB.Net exe, icon and shortcut
Laptop for AutoCad
Coldfusion -splittext
SSG VPN dailup setup (Shrew VPN Client) , hitting a brick wall.
PayPal with CreditCard
Import-Module ServerManager
ProLiant DL380 G5 RAID Drive replacement procedure
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
trouble with user clicking before content loads ASP and Javascript