Viewing 9 posts - 1 through 10 (of 10 total)
Bob Hovious (8/14/2009)
;with cte as (recursive chase pointers)
insert into targetTable
select...
August 14, 2009 at 3:34 pm
Bob Hovious (8/14/2009)
August 14, 2009 at 1:27 pm
Wooot....
Thanks a lot !
August 14, 2009 at 9:41 am
Hi,
This is a very powerful technique.
I'm just stating to think in terms of result set instead of thinking in terms of sequential programming (cursors) for my triggers.
This technique will prove...
May 12, 2009 at 12:17 pm
Hi,
Thanks both for the quick reply.
I guess that internally, the server "knows" which rows of TableA are included in the JOIN, though what I'd like to know is how it...
May 12, 2009 at 7:16 am
Jonathan,
Sorry, I was busy with some other aspect of our project. Had to put the trigger aside for a while.
I've done some googling, and it would seem that a common...
May 7, 2009 at 9:00 pm
Jonathan,
The use case is quite simple.
When a row is inserted/updated/deleted to the OrderDetails table, if any of the row refers to an Item that is defined as a Kit, we...
May 5, 2009 at 8:39 pm
Jonathan,
Yes, thank you for the code snippet.
In view of your comments about CLR Integration, I'll rethink my use of it. In the application that we're developing, we don't use many...
May 5, 2009 at 7:42 pm
Hi,
Thanks for taking time to reply to my post.
I must say I'm a bit surprised to see someone posting on a CLR Intergration forum and trying to discourage people from...
May 5, 2009 at 11:45 am
Viewing 9 posts - 1 through 10 (of 10 total)