By prashantvictory
via blog.techsvr.com
Published: Aug 11 2008 / 09:19
Temporary Tables are a great T-SQL feature that lets you store and process intermediate results by using the same selection, update, and join capabilities that you can use with typical SQL Server tables.
“In the early days when I used Access I used to create tables that I treated as temporary and then delete them whenever I finished my task”. Using SQL Server this is much simpler."



Add your comment