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.
(1)Temporary table improves performance.
(2)Temporary table makes the complex logic simple.
(3)Temporary table cache Intermediate results.
Comments
Post a Comment