Viewing 15 posts - 9,916 through 9,930 (of 13,874 total)
Leep 63464 (5/10/2013)
hi juliehow did you fix it??
I think 'Jamie' was the name you were looking for 🙂
May 10, 2013 at 7:41 am
You could try something like this (untested):
Select HouseLine1 = (case when len(House_No_End) > 0 then House_No_Start + ' - ' + House_No_End
when len(House_No_Start) > 0 then House_No_Start
else House_Name...
May 10, 2013 at 4:01 am
How big is the file, roughly?
One option would be to pre-process it - maybe use s script task to replace "" with ".
If the file is huge, it might make...
May 10, 2013 at 2:06 am
kurt.whaley (5/9/2013)
May 10, 2013 at 1:23 am
s_osborne2 (5/9/2013)
May 10, 2013 at 1:20 am
David Rueter (5/9/2013)
Not to belabor the point... but "generation and display of graphic output" sounds like it applies to a PDF...as well as JPG, PNG, HTML, etc. ...
May 9, 2013 at 9:45 am
How did 2005 handle it? Did it ignore one of the two repeated "s?
If it did, sounds like a bug to me.
I just had a quick look - if you...
May 9, 2013 at 9:37 am
I'm at risk of sounding repetitive I know - sorry but I couldn't resist trying again.
Here is a link to the Wikipedia definition of 'rendering'.
It relates to the generation...
May 9, 2013 at 9:18 am
sej2008 (5/9/2013)
well I understand but there has to be some solution to it.It is asking me to use overloaded messagebox .show method for using windows handle.
There is a solution -...
May 9, 2013 at 7:16 am
ccmalls26 (5/9/2013)
Wonderful.Share a website with you ,
Believe you will love it.
We accept any form of payment.
Reported as spam.
May 9, 2013 at 6:00 am
ccmalls26 (5/9/2013)
Wonderful.Share a website with you ,
Believe you will love it.
We accept any form of payment.
Reported as spam (again).
May 9, 2013 at 5:59 am
what is wrong here not understanding can anybody tell me??
Do not use messagebox in server-side jobs. There is no one there to click OK.
May 9, 2013 at 4:41 am
May 9, 2013 at 1:18 am
That's a neat technique, thanks for posting.
Quite a common requirement seems to be reading the first n characters, or the first row, of a text file to determine its type/layout...
May 9, 2013 at 1:14 am
I've just checked your solution - the data flow starts by using a Script Component to check the file type - and every single row of every file will go...
May 8, 2013 at 8:32 am
Viewing 15 posts - 9,916 through 9,930 (of 13,874 total)