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 factory reset netvanta 1524st switch from the cli command line?
NTDS Settings
Inserting Rows in Excel with VBA
Exchange database backup failing with Arcserve v15
Quickr..How do I edit the tabs on the home page of my place? I want to add a tab
How can I prevent changes to web browser proxy settings?
Lable (and other elements) not appearing in my code behind
iPhone 4.0 ActiveSync
Outlook2007/ Exchange: Need password to connect
To generate combinations.