Viewing 15 posts - 16 through 30 (of 94 total)
Thanks for the replies.
I got it working with a excel macro. I recorded the macro in excel doing what I wanted this using a .BAT and .VBS script and...
April 19, 2018 at 5:44 pm
April 18, 2018 at 11:06 pm
Thanks for the reply.
I have created a excel macro which works when I run it in excel. I am trying to run it via the script task. But It comes...
April 18, 2018 at 8:20 pm
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
Viewing 15 posts - 16 through 30 (of 94 total)