Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Output to multiple text file based on query

    Alvin Ramard (9/24/2010)


    hasan.askari (9/24/2010)


    Hello,

    Can anybody please tell me how to have an output on multiple file from a single query based on the result.

    For example,

    If I have...

  • RE: Add white space

    Thank you guys. It worked fine. 😉

  • RE: Issue with Openquery and single quotes

    You would also use single quotes for escape sequence.

    Lets say you have a query like this in Oracle:

    SELECT employee from Departments where employee='John'

    In order to have it run in SQL...

  • RE: Reading .TXT File

    SSIS_NewBi (6/5/2010)


    I was able to solve your issue.

    As mentioned in this thread you can use the Pivot transformation to convert the file. But for Pivot you would need 3...

  • RE: Reading .TXT File

    How would you have everything before (=) sign as name of the column and after the sign would be the rows.

    here is an example:

    LineMachineDescriptionPartNumerNomincalCycle

    0013333BMachine SystemH0000030.00

    00245333BSystemJ0000020.00

Viewing 5 posts - 1 through 5 (of 5 total)