Forum Replies Created

Viewing 15 posts - 16 through 30 (of 96 total)

  • RE: Receive AS400 file to windows

    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...

  • RE: Receive AS400 file to windows

    Koen Verbeeck (2/6/2012)


    quillis131 (2/6/2012)


    Matt Miller (#4) (2/6/2012)


    AS400 is a midrange operating system (think mainframe). You're not going to be able to hook up to it directly because it has...

  • RE: Receive AS400 file to windows

    Matt Miller (#4) (2/6/2012)


    AS400 is a midrange operating system (think mainframe). You're not going to be able to hook up to it directly because it has a very different...

  • RE: Receive AS400 file to windows

    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...

  • RE: Receive AS400 file to windows

    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...

  • RE: Excel Files issue, fails while set up as job.

    kramaswamy (12/27/2011)


    I could be wrong, but I'm pretty sure that excel 2007 files require a different connection manager than 2003. Did you try running two loops instead, one for the...

  • RE: Truncation warnings

    Jeffrey Williams 3188 (11/28/2011)


    quillis131 (11/28/2011)


    kramaswamy (11/28/2011)


    Is it possible that you have spaces which you aren't counting? If SQL Server tells you the length is greater than 20, and when you...

  • RE: Truncation warnings

    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

  • RE: Truncation warnings

    kramaswamy (11/28/2011)


    Is it possible that you have spaces which you aren't counting? If SQL Server tells you the length is greater than 20, and when you count the characters you...

  • RE: Special Character appending on Flat file

    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...

  • RE: Special Character appending on Flat file

    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...

  • RE: Special Character appending on Flat file

    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 (?)

  • RE: Appending 00 for column values

    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...

  • RE: OLEDB COMMAND Usage

    kramaswamy (11/8/2011)


    There's no need to execute every one of those tasks. If you use a Conditional Split instead, you have all of them executing in parallel instead of in series....

  • RE: OLEDB COMMAND Usage

    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...

Viewing 15 posts - 16 through 30 (of 96 total)