Viewing 6 posts - 1 through 6 (of 6 total)
I understood that I have to do it with merge join / lookup and then conditional split, the problem is that I can't understand how to do it when I...
October 24, 2009 at 12:25 pm
Everything is correct, it seems like a bug...I thought that maybe someone have seen this problem before and has a solution.
October 23, 2009 at 11:22 am
Hi,
Do you want me to send you the query?
( the query works fine...)
October 23, 2009 at 4:04 am
if you don't run with full recovery you can do:
1. select into some temp table all the data you don't want to delete.
2. truncate your table.
3. select into your table...
May 14, 2009 at 7:57 am
Viewing 6 posts - 1 through 6 (of 6 total)