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: Temp Table
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 »