Viewing 14 posts - 1 through 14 (of 14 total)
Hi All,
After taking into consideration (e.g. variants & possible typos) it will be very difficult to provide a future proof solution. It looks like the best approach will be to...
September 10, 2015 at 12:17 am
Hi All,
Thank you for the additional information. I am still trying find a fix regarding what has been variable length of the postcode string. I would welcome any further suggestions.
Thanks...
September 9, 2015 at 9:23 am
Hi All,
For now I am unable to "clean" any of these records as doing so will cause problems elsewhere.
Thanks for the suggestions. They assisted me in finding a solution:-
CASE...
September 8, 2015 at 10:46 am
Hi All,
I believe that this could be possibly be resolved with a Case Statement?
The select needs to do the following. If there are three separate strings in the column...
September 8, 2015 at 7:50 am
Hi,
Most of the records in this column are correct i.e. NN4 0NB (two strings separated with a space), Then occasionally I return corrupt records i.e. Derbyshire S42 5BX (three strings...
September 8, 2015 at 6:43 am
Hi,
Just what I needed. Many Thanks! 🙂
August 20, 2015 at 1:31 pm
Hi,
Thank you to all that have helped me resolve this.
Apologies for the long winded post's. Will attempt to use more screenshots in the future.
Kindest regards to All:-)
June 8, 2015 at 1:22 am
Hi,
Please find attached spread sheet showing the correct Running Total values .
Kind regards
June 7, 2015 at 2:21 pm
Hi,
Please find Sample Table c/w records:-
CREATE TABLE #Temp(
[ROWNUMBER] [float] NULL,
[Component] [float] NULL,
[M/O No] [float] NULL,
[Opening Balance] [float] NULL,
[M/O Qty Req,d (MWOMAT)] [float] NULL,
[Issued to M/O] [float] NULL,
[Running Total] [float]...
June 7, 2015 at 1:59 pm
Hi,
You shall need to send your text file as attachment using the send mail task (SMT). In the SMT:- MessageSourceType="Direct Input", Attachment=Path & filename of CSV etc. You configure the...
June 7, 2015 at 11:25 am
Hi Phil,
Absolutely perfect!!!
I have been struggling with this for a couple of days.
Many Thanks
June 3, 2015 at 6:56 am
Hi,
Sorry typo on my part. Address/Town are the same column.
The examples are sample records found in the Address Column.
Thanks
June 3, 2015 at 5:35 am
Hi Maxim,
Thankyou for your assistance. I corrected the syntax and was able to update the single record.
My final statement is to updaye as follows:-
UPDATE Target
SET Target.ICSUDO =...
March 26, 2009 at 7:27 am
Hi Maxim,
Thanks for finding the typo. I am now using the following statement:-
UPDATE A.ICSUDO
SET A.ICSUDO = B.DELNO
FROM MOVEX.DANIELS.MVXBDTA200.MPLIND A
INNER JOIN GoodsIn.dbo.POIN B
ON A.ICPUNO = B.PUNO
WHERE A.ICWHLO =...
March 24, 2009 at 9:07 am
Viewing 14 posts - 1 through 14 (of 14 total)