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
Hosted Syslog Server
Exchange activesync from iphone not connecting to Exchange 2003 server via port 443
How to capture images using webcam in C#?
Riverbed with Cisco GRE Tunnel
Sync outlook 2010 between laptop and desktop
MS SQL Server only using one core on a 4 core box
php file to list all file in directory
Login to SSRS as andmistrator rather than anonymous user.
How to disable form fields in Coldfusion flash form by clicking a checkbox?
The SELECT permission was denied on the object 'sysdtspackages90', database 'msdb', schema 'dbo'.