In SQL Server, tsql code developers may occasionally want to temporarily keep records on a table. This can be done by creating a table …
Read More »Tag Archives: Table Variable
Differences Between Temp Table and Table Variable
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 »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 »