Click here to Skip to main content
16,004,564 members
Articles / Programming Languages / T-SQL

Cross Apply, Outer Apply some unique scenarios.

14 Sep 2024CPOL 0  
A deeper look at Cross Apply and Outer Apply
A deeper look at Cross Apply and Outer Apply trying to resolve a performance issue with my query which was challenging to get with the traditional joins. CROSS APPLY allows for more detailed control on individual rows, while INNER JOIN operates on sets of data. It becomes very useful when we need to perform row-wise operations or apply subqueries dynamically for each row.
Only logged in members can view this content

Please go to the T-SQL Table of Contents to view the list of available articles in this section.