Forum Replies Created

Viewing 15 posts - 1 through 15 (of 96 total)

  • RE: Invoke URL from SSIS?

    Thanks to all who replied, particularly Phil, who's method has worked for me.

    I added the code to a Script Component, and created it as a Transformation, using an OLEDB Data...

  • RE: Invoke URL from SSIS?

    Thanks Lowell

    I am hoping to call via SSIS, but I could use the Execute SQL task within SSIS to run T-SQL. However I don't know anything about CLR... but...

  • RE: Invoke URL from SSIS?

    Thanks Phil!

    I'll give it a go. 🙂

  • RE: Invoke URL from SSIS?

    Thanks for the advice John. I thought it might simply be something that could be handled via T-SQL or some type of script task.

    Obviously I can use Execute...

  • RE: Invoke URL from SSIS?

    In summary... I am not overly concerned about handling errors... I could look into error handling down the line... but initially I just want to call the URLs.

  • RE: Invoke URL from SSIS?

    Hi John,

    No I don't. This is a remote system. In truth this is a failsafe operation. We already have overnight full synchronisation with the remote system, but...

  • RE: Invoke URL from SSIS?

    I may not have been very clear on exactly what I need help with! My apologies.

    I already have my data import process. This is a data warehousing solution...

  • RE: Continue on Failure

    Brilliant! This works perfectly and is exactly the effect I was looking for.

    Thanks very much for your help. That's very much thinking outside the box!

  • RE: Continue on Failure

    Thanks Henrico.

    However I think that option is a little more drastic than I had in mind. I was hoping that I would still be able to report failure if...

  • RE: Trigger Question

    Oh that's brillant! And it works perfectly.

    Thanks very much for your help on this.

    🙂

  • RE: Trigger Question

    I have made some attempts. The following does <more or less> what I need:

    ALTER TRIGGER [dbo].[trClearBounced]

    ON [dbo].[Contact]

    AFTER UPDATE

    AS

    IF ( UPDATE (Email) )

    BEGIN

    Update contact

    SET bounced = 0

    FROM contact...

  • RE: Trigger Question

    Great. Thanks for the pointer. I'll try to get the trigger working now.

    Wish me luck!

  • RE: SSIS Control Flow Size

    Oh well... I too have learned to live with it, and will continue to do so.

    Like I said.... it is no more than a slight annoyance.

    Thanks for the reply!

    Paul

  • RE: Cross Referencing Tables

    I'll check it out.

    Thanks again.

    🙂

  • RE: Cross Referencing Tables

    Thanks very much for your assistance, Chris. That works great.

    I prefer to use query 2, as I can understand it. I am not too sure on how partitioning...

Viewing 15 posts - 1 through 15 (of 96 total)