Home Forums SQL Server 2008 SQL Server Newbies Using a Temporary Table in a View in Order to Combine three Queries RE: Using a Temporary Table in a View in Order to Combine three Queries

  • Grant Fritchey (7/24/2013)


    Be careful with the UDF. An in-line UDF is fine, but a multi-statement table valued UDF could lead to serious performance bottlenecks.

    Hi great. Let me work on that today and I will get back to you. Creating the view takes way too long. I appreciate your help.