I got a little question about performance of a subquery / joining another table
INSERT INTO Original.Person ( PID, Name, Surname, SID ) ( SELEC
Joining would be much faster than a subquery