Forum Replies Created

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

  • RE: FTP using SSIS - How to determine File Time Stamp on remote server ?

    Thanks for the response !

    I was kind of hoping to accomplish it somehow via the FtpClientConnection Class within vb.net (within a Script Task in SSIS).

    Within the FtpClientConnection Class...

  • RE: Strange Problem with Script task in SSIS package

    No other packages within the project...

  • RE: SSIS Package Hangs

    I do not know if this will be helpful, but I had a problem with a timeout occurring.   It caused the program to "hang".

    Can you make the file smaller just to...

  • RE: Trigger question

    Yes, I posted this in the public forums as well... and yes erland sommarskog has responded to me as well...

    He does not like the "quick fix" (and rightly so for the...

  • RE: Trigger question

    In the example I presented, if you comment out the first COMMIT   TRANSACTION (in the trigger), then the stored procedure that is called by the trigger (EXEC prProcessOrder @OrderID) will...

  • RE: Trigger question

    Sorry for the confusion folks....

    In the example above, I want the original insert statement to work...

    insert into Orders select '1111','1/1/2006'

    Even if the procedure called by the trigger fails....

    EXEC prProcessOrder...

  • RE: Trigger question

    Jeff,

    When I tested this it did appear to "work"... The sp that the trigger call fails, yet the original insert sticks... because of the Commit Transaction within the trigger appears too...

  • RE: Trigger question

    As I understand it..., without the explicit "Commit Transaction" within the trigger, the row would not get inserted if prProcessOrder fails because if any action within the trigger fails, then...

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