Nieuws

Temp table -temporary temp tables1)they can be created at run time in tempdb database.2)ddl,dml statements like select,update which can be executed on regular tables can be done on temporary tables.
Table Variables in SQL Server are variables that can hold a result set of data in memory, similar to a temporary table. They are declared and used within a single batch or stored procedure, and their ...