Viewing 15 posts - 16 through 30 (of 96 total)
Welsh Corgi (2/7/2012)
quillis131 (2/6/2012)
Koen Verbeeck (2/6/2012)
What exactly do you mean with a file?A database table, or an actual file, such as a flat file (.csv)?
Looking for downloading a file (.XYZ...
February 7, 2012 at 12:33 pm
Koen Verbeeck (2/6/2012)
quillis131 (2/6/2012)
Matt Miller (#4) (2/6/2012)
February 7, 2012 at 9:43 am
Matt Miller (#4) (2/6/2012)
February 6, 2012 at 5:55 pm
Phil Parkin (2/6/2012)
quillis131 (2/6/2012)
Koen Verbeeck (2/6/2012)
What exactly do you mean with a file?A database table, or an actual file, such as a flat file (.csv)?
Looking for downloading a file (.XYZ...
February 6, 2012 at 1:23 pm
Koen Verbeeck (2/6/2012)
What exactly do you mean with a file?A database table, or an actual file, such as a flat file (.csv)?
Looking for downloading a file (.XYZ extension) from AS400...
February 6, 2012 at 12:28 pm
kramaswamy (12/27/2011)
December 27, 2011 at 9:27 am
Jeffrey Williams 3188 (11/28/2011)
quillis131 (11/28/2011)
kramaswamy (11/28/2011)
November 28, 2011 at 12:51 pm
Jason Selburg (11/28/2011)
Use DATALENGTH instead.
DECLARE @i VARCHAR(99)
SET @i = '123 ' --- the #'s 1,2 and 3 plus two spaces
SELECT len(@i), datalength(@i)
Thank you ...Its helped me a lot
November 28, 2011 at 12:49 pm
kramaswamy (11/28/2011)
November 28, 2011 at 10:51 am
Please refer to Attachments:
I have no idea ... how this JAVA code works ... But finall Thats the file it generates... Coming to issue, If you look at the...
November 17, 2011 at 4:09 pm
Martin Schoombee (11/17/2011)
quillis131 (11/17/2011)
Martin Schoombee (11/17/2011)
Do you know the ascii code for it?Not sure about the ascil code, Looking forward to get Rightward arrow (?)
If you find out what the...
November 17, 2011 at 4:02 pm
Martin Schoombee (11/17/2011)
Do you know the ascii code for it?
Not sure about the ascil code, Looking forward to get Rightward arrow (?)
November 17, 2011 at 11:31 am
I tried out some Tsql Format for the query ... Its was just getting what i need ... but It doesn't sound good for SSIS ... I guess SSIS...
November 11, 2011 at 4:03 pm
kramaswamy (11/8/2011)
November 8, 2011 at 2:26 pm
kramaswamy (11/8/2011)
You can't have multiple outputs from an OLE DB Source.What you'll need to do is put a Conditional Split, and direct each to it's own OLE DB Command
have a...
November 8, 2011 at 2:13 pm
Viewing 15 posts - 16 through 30 (of 96 total)