Hi guys,
the query topic may not be helpful, however this is my problem.
Table1: Master Table
Table2: Child table.
No relationships defined between these two tables
.
The child table has around 1 million records.
I have a simple request. Find out all the values in the master table that are available in the child table.
Normally this is a simple join. However since there are no relationships its very costly (high IO).
any other way to do this without joins?
another question by the way, any FK is an implicit index right???
Known is handfull, Unknown is worldfull
the query topic may not be helpful, however this is my problem.
Table1: Master Table
Table2: Child table.
No relationships defined between these two tables
The child table has around 1 million records.
I have a simple request. Find out all the values in the master table that are available in the child table.
Normally this is a simple join. However since there are no relationships its very costly (high IO).
any other way to do this without joins?
another question by the way, any FK is an implicit index right???
Known is handfull, Unknown is worldfull