How do you troubleshoot if your tempdb gets filled
Answer Posted / prashant
when temp db gets filled
that means there are large number of open process that are
making log of temp db ful in this case we wont even able to
run sp_who
what we will do is :
lct_admin('abort',0,2)
it will kill all open transactions but still log remains
full
now we will alter & extend the database
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is the difference between 'dump tran database to physical name' 'dump tran database with truncate_only' and dump tran database with no_log'and in real time when we go to truncate the log?
How do I turn off marked suspect on my database in sybase?
Differentiate between replication server and sql remote?
How to check database size in sybase iq?
What are the important features of sybase?
Can I run any transact-sql command on a partitioned table in sybase?
How do I check if log truncation is blocked in sybase?
What are the vital features of sybase?
What happen when we delete the table using trigger?
Explain 'forcing an index' concept.
What is the use of sp_helprotect in sybase?
How do I choose which tables to partition in sybase?
How do I connect to a sybase database?
How would you list objects in sybase?
Which version of open client works with which ase in sybase?