TempTables
Database
3
Posts
2
Posters
0
Views
1
Watching
-
What is the use of TempTables in SQL?? Is it a preferred one to use temptables??
-
What is the use of TempTables in SQL?? Is it a preferred one to use temptables??
Quick Overview: Temporary Tables in SQL Server 2005[^] explains temp tables in detail. For less data, use a table variable instead of a temporary table.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
-
Quick Overview: Temporary Tables in SQL Server 2005[^] explains temp tables in detail. For less data, use a table variable instead of a temporary table.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
Thanks man