You can do that a couple of ways.
delete from dbo.Table1
where Path in
(select Path
from dbo.Table2)
delete from dbo.Table1
from dbo.Table1
inner join dbo.Table2
on Table1.Path = Table2.Path
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon