What is a temp table? how to denote temp table?
Answer Posted / leena bejoy
Any table with name starting with '#' is automatically put
into tempdb database.
Temp tables allow developers to create and scan tables
within a stored procedure - and
have the tables totally isolated from all other database
connections. This is very
valuable when results need to be processed several times
within a loop, or when
a complex result set is expected (like a crosstab). Note
that temp table transactions
are logged within tempdb (exception: select into create
statements).
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How do I connect to sybase?
Does table partitioning require user-defined segments in sybase?
List some of the products of sybase.
How does partition assignment relate to transactions in sybase?
List the types of locking?
Explain about the mainframe connect tools from sybase?
How to delete unix files which are more than 3 days old?
List different types of sybase index.
How do I pipe the output of isql to a file in sybase?
Can two tasks be assigned to the same partition in sybase?
What measures are there to increase the db space?
What is server replication?
What is a good example of a transaction in sybase?
What is the role of replication server in sybase?
How to compute database fragmentation in sybase?