Is it possible to create a temporary table that is mirrored in another?
Example: Let's say I have in my bank a table with 60 fields. I would like to create a temp named #tabela with the same structure as the table in the database, but without typing the field names and types again. Is this possible?