Hi Friends,
I was wondering when should I use table valued functions. And when are they most convenient to use. Thanks !
Hi Friends,
I was wondering when should I use table valued functions. And when are they most convenient to use. Thanks !
I use a table function when I need to pass in a parameter against the WHERE clause to return a different recordset.
Here is a good example: