Home Forums SQL Server 2008 T-SQL (SS2K8) Can a multistatement table-valued function return a user-defined table type TABLE? RE: Can a multistatement table-valued function return a user-defined table type TABLE?

  • Just don't ever forget that all these types of tables from table variables, multi-statement UDF and table parameters, all of them lack statistics which can seriously, negatively, impact performance.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning