Three 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. |
|
| 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. |
|