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 to open new pdf window using struts ?
Exchange 2007 Powershell - Set-MailboxDatabase add Journal Recipient that is a Distribution Group
How to make Crystal Report not require SQL Server login, prompt
Advice on Gbic switches for major network installation
Macbook air connects to skype, but not on the internet
Read all data from a datagridview and copy it to a public array or something like that...
Languages in Blackberry firmware
Network Utilization Theory
Icons and Start menu disappeared from desktop, running Windows 7 Home Edition on a Dell
windows permissioning