Friday, March 9, 2018

Temporary Tables In SQL Server

Often as a developer, we come up with a situation where we want to store some intermediate results temporarily. So in such cases, Sql Server provides us with feature called temporary tables which can be created in run time and used to store the data temporarily.

source http://www.c-sharpcorner.com/Blogs/temporary-tables-in-sql-server

No comments:

Post a Comment