Tagged Questions
3
votes
5answers
3k views
Temporary Table Usage in SQL Server
This is a bit of an open question but I would really like to hear people opinions.
I rarely make use of explicitly declared temporary tables (either table variables or regular #tmp tables) as I ...