Table variables are just plain cool. If you’re using temporary tables and don’t need transactions on those tables and want better performance I’d strongly consider using table variables instead. Table variables were introduced in SQL Server 2000.
You create a table variable the same way you c
Read More - Register for Free Membership