Viewing 2 posts - 1 through 2 (of 2 total)
Here our development team consists of 3 with varying experience.
I personally tend to work with the full product range including database design, business analysis and the majority of...
June 26, 2008 at 7:19 am
#834625
Since you now have the records in the Archive table how about deleting from the main table where matching records exist in the archive table?
DELETE FROM MainTable WHERE Exists(SELECT *...
October 17, 2006 at 2:40 am
#666133