At what point should a Table Variable be abandoned for a Temp Table?

Posted by Ryan on Stack Overflow See other posts from Stack Overflow or by Ryan
Published on 2010-05-27T13:29:06Z Indexed on 2010/05/27 13:31 UTC
Read the original article Hit count: 131

Filed under:
|

Is there a row count that makes Table Variable's inefficient or what? I understand the differences between the two and I've seen some different figures on when that point is reached, but I'm curious if anyone knows.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about tsql