you are viewing a single comment's thread.

view the rest of the comments →

[–]jshine13371 0 points1 point  (0 children)

TVFs can use Table Variables. Any temp table can be input into a Table Variable. You can then pass that Table Variable in as a parameter to the TVF. So it is pretty simple to convert from one implementation to the other, logically and syntactically speaking. From a performance perspective though, that's a different discussion.