Wednesday, January 30, 2008

Table Variables Vs Temp Tables In T-SQL

Microsoft introduced table variables with SQL Server 2000 as an alternative to using temporary tables. In many cases a table variable can outperform a solution using a temporary table, although we will need to review the strengths and weaknesses of each in this article.

http://www.odetocode.com/Articles/365.aspx

No comments: