Viewing 15 posts - 16 through 30 (of 109 total)
chars might not be the same length. should have stated that sorry but they will be going right
August 27, 2014 at 3:42 am
will have to declare a variable for it to work
August 12, 2014 at 3:40 am
CurrencyCodePurchased is the name of the column it will be mapped to
August 12, 2014 at 1:54 am
so say I use something like this
SELECT *
...
August 11, 2014 at 8:38 am
im going to be moving the data from 1 table to another
August 11, 2014 at 8:24 am
ok
would I still be able to use SUBSTRING(TaxLotDescription,1,3) for pulling the first 3 chars.
how would I be able to do in tsql
III.Identify the amounts purchased / amounts sold
a.If the Quantity...
August 11, 2014 at 8:16 am
the info is coming from a table.
can you write scripts in a data flow i have never done it before.
the info is in a table but i need to do...
August 11, 2014 at 8:06 am
a right ya sorry was getting mixed up.
but the date has to be in the mmddyyyy for the system it goes into when the package runs
August 11, 2014 at 4:23 am
I used this
Left(TaxLotDescription,3)
and its not working. I then looked into my string function and left is not there right is. why is that
August 11, 2014 at 3:16 am
ok would you know any quick fix for this even a script or something to fix it
August 11, 2014 at 3:03 am
ok thanks
and if the string is not all the same length I will probably hit problems ?
August 11, 2014 at 2:59 am
I think it has something to do with the day and month. I think because neither go over the 12 it is getting confused I think anyway.
here is a few...
August 11, 2014 at 2:56 am
Viewing 15 posts - 16 through 30 (of 109 total)