Viewing 15 posts - 1 through 15 (of 96 total)
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...
March 22, 2012 at 7:05 am
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...
March 22, 2012 at 3:09 am
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...
March 21, 2012 at 9:41 am
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.
March 21, 2012 at 9:27 am
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...
March 21, 2012 at 9:24 am
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...
March 21, 2012 at 9:09 am
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!
December 20, 2011 at 2:41 am
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...
December 20, 2011 at 2:07 am
Oh that's brillant! And it works perfectly.
Thanks very much for your help on this.
🙂
March 24, 2011 at 7:25 am
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...
March 24, 2011 at 7:04 am
Great. Thanks for the pointer. I'll try to get the trigger working now.
Wish me luck!
March 24, 2011 at 6:32 am
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
August 18, 2010 at 3:06 am
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...
June 16, 2010 at 2:09 am
Viewing 15 posts - 1 through 15 (of 96 total)