| Author: Satish Kumar J 04 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
when you create global temporary table then you use the temp table, check example at following location
http://databases.aspfaq.com/database/should-i-use-a-temp-table-or-a-table-variable.html
HTH
Regards, Satish My Blog
|
| Author: ABitSmart 04 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
## declares the table as Global temporary table. It can be accessed by anyone even across SQL sessions.
|
| Author: Sachin Kulkarni 04 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
Declare the table as globat temporary table rather than locat temporary table.
|