Yes, it can be done. You could use a join to get all you records in one go, put the results into a temporary table in the SQL Server DB and then run a stored procedure to extract the relevant records and put them into the correct tables, or maybe use a combination of ADO and Transact-SQL.
--
Joe
|