Forum Replies Created

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

  • RE: decrypt sql server 2005 sp

    can you share the link / the source, please?!

  • RE: Is a Temporary Table Really Necessary?

    I have some kinds of this experieces.

    For your query,

    SELECT table1.numCustID, table2.strPhoneNumber, table3.strPhoneNumberCalled

    FROM dbo.table1 table1

    INNER JOIN dbo.table2 table2

    ON table1.numBillID = table2.numBillID

    INNER JOIN dbo.table3 table3

    ON table2.numBillDtlID = table3.numBillDtlID

    WHERE table1.numCustID =...

  • RE: Using DTS to FTP data to mainframe

    Yes, it is so flexible if the file is transfered across local folders or machines given the service account having enough premission.

    But FTP is another case. It is because Windows...

  • RE: Using DTS to FTP data to mainframe

    As Alan's request, I have re-packaged the codes of my previous work and shared with you all. My original FTP task is to daily download files from Unix server to...

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