• Paul White NZ (4/12/2010)


    mohd.nizamuddin (4/12/2010)


    Nice Article Paul. It is very well expalined with example.

    I have a doubt, since the UDTF would get executed as many times as the row count of primary resultset (Student's Count). So, would it not affect the performamance. Because this same can be achived by a simple join and that get executed in a set. (I know, you have used this example for illustration purpose. :-)).

    For maintenability and readibility, this concept is fine enough.

    Well, Please suggest that which is better approach in terms of performance:

    Use of UDTF with CROSS APPLY (to a certain extent, which cannot be achived by simple SQL)

    or Putting all tables / view in the final SQL

    Thanks - you raise some interesting questions, which will be fully addressed in part 2, next week 😎

    That would be great. Highly appriciated your quick response.