Viewing 15 posts - 16 through 30 (of 90 total)
Once I change the loop retrieve file name to fully qualified it loads the file but the file task doesn't work.
April 11, 2018 at 10:45 pm
I got it working using the Kingsway excel connector. The Microsoft excel connector wont accept the metadata.
April 8, 2018 at 8:21 pm
Thanks for the replies.
I am still unable to connect to the excel xlsx files, These are being generated by IBM TM1. If open and save the excel file...
April 8, 2018 at 6:45 pm
I worked it out, both the source folder and source file variables have to resolve before running in the loop. So run the file variable with a file before adding...
April 2, 2018 at 10:37 pm
The first thing I have done is find the rows where there are multiple brackets, so there is a odd number.
September 6, 2017 at 6:48 am
I found a way to do the like in the join that appears to be working.
UPDATE #temptitle3
SET SupplementaryInformation = SUBSTRING(Title,CHARINDEX('(',Title),LEN(Title))
FROM #temptitle3
JOIN @textsvalueBG...
August 8, 2017 at 6:03 pm
I think the problem is the IN it needs to be a IN Like from title to %val%. How do I make it a like?
UPDATE...
August 8, 2017 at 5:44 pm
I have written a Cursor, but the same issue is happening, columnid is not increasing by 1 each time through the loop. Any suggestions?
DECLARE @ColumnID...
July 27, 2017 at 7:38 pm
Thanks for the reply.
Unfortunately your row_Number() returns the same as when I tried to use it, which is why I switched to trying using a while loop. The Row_Number()...
July 27, 2017 at 5:59 pm
I do want the 100, but it doesn't work it gets syntax error?
February 14, 2017 at 5:53 pm
I finally managed to resolve the required format issue.
I built two tables one for the headers row VCR\CCR and one for lines BTP\CTD. If you are interested they were...
January 11, 2017 at 10:16 pm
Apologies for the bad format, attached is the DDL & DML Statements.
January 11, 2017 at 6:32 pm
Insert statements;
INSERT INTO [dbo].[VehicleAnalysisVCR]
([VCRRecType]
,[VCRCustNo]
...
January 10, 2017 at 3:23 pm
Viewing 15 posts - 16 through 30 (of 90 total)