Adrian Hills 3/5/2012

Quick win - check your table variable use

Read Original

This technical article details a performance optimization 'quick win' for SQL Server developers. It explains that table variables lack optimizer statistics and prevent parallel execution plans, unlike temporary tables. The post advises evaluating a switch to temporary tables in stored procedures for complex queries involving joins or large data sets, which can yield immediate performance gains and allow for further indexing.

Quick win - check your table variable use

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet