You will get a massive speed improvement if you index them. How big are these tables (how many rows)? The more rows you have, the more indexes will help.
Create Index idx_tbl1_id_Name On tbl1(Id, Name)
Create Index idx_tbl2_id_name on tbl2(id, Name)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.