USEFUL SITES :
Write for Us
Assuming everything is the same, both tables will produce very similar access speeds. If your application makes heavy use of temp tables, you might consider using a permanent table for these reasons:
Each of these potential benefits of permanent tables over temp tables is small, but in some situations, can add up to big performance savings. The only way to know for sure in your situation is to try both options.