Friday, March 9, 2018

Temporary Tables In SQL Server

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

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

No comments:

Post a Comment