I wrote some articles about Temp Table and Table Variable. In general, people who are new to tsql code development are wondering which one …
Read More »Tag Archives: Table variables
What is Table Variables
Table Variable is a special data type. In the query we can create and insert a result set into the table variables and use …
Read More »Which Queries Fill The Tempdb
Tempdb is the most important of the system databases in terms of performance. Therefore, it is necessary to correctly configure tempdb in instances that …
Read More »