I would like a sproc to work against two tables... Table1 has an ID field (auto increment/PK) and a varchar(256) field. Table2 has an ID field (each entry should match an entry of the ID field in ...