Advantage of using temporary table

Below are the advantages of using temporary table in SQLServer
(1)Temporary table improves performance.
(2)Temporary table makes the complex logic simple.
(3)Temporary table cache Intermediate results.

Comments

Popular posts from this blog

Google to FTS Syntax Cheat Sheet

@@rowcount

Sql Index