Why there are temporary table and table variable concepts in SQL server, when both of them provide the same functionality.
As table variable and temporary table uses the temp DB and have almost identical features.
Why there are temporary table and table variable concepts in SQL server, when both of them provide the same functionality.
As table variable and temporary table uses the temp DB and have almost identical features.
Though they look same, there are signficant differences.
Major differences
there are other differences. Just google it.