Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Outer apply and left join

I am using outer apply in sql server. can someone please explain if there is any performance difference between Outer Apply and Left Join ?

like image 965
Ashutosh Arya Avatar asked Dec 20 '25 23:12

Ashutosh Arya


1 Answers

Your question is not really correct.

APPLY uses to join table with table-valued functions

JOIN we use to join two tables.

You may find more information in MSDN articles:

APPLY http://technet.microsoft.com/en-us/library/ms175156(v=sql.105).aspx.

JOIN http://technet.microsoft.com/en-us/library/ms191517(v=sql.105).aspx

like image 51
MikkaRin Avatar answered Dec 22 '25 13:12

MikkaRin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!