I have 2 Tables Dept and Services. The Dept Table has a Primary key and a Department name (Finance, Inventory, Warehouse, CustomerService ) The services table contains specific services that the Depts ...
(SQL Server 2000)<BR><BR>I have a query that basically selects a lot of "complicated" stuff and then dumps it into a #temp table.<BR><BR>I then have a correlated subquery that runs against the temp ...