How do you troubleshoot if your tempdb gets filled
Answer Posted / bindu
if the system temp db gets filled, even sa cannot get
connected to that temp db to check which processes are
blocking, in order to avoid this , a good concept of
multiple temp dbs can be implemented and we can create temp
dbs and assign newly created temp db to sa, so that sa
could get the info of the processes that is blocking temp
db, ab=nd by using lct_admin or some other commands we can
abort that blocking transaction.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is the use of sp_helprotect in sybase?
You need to purge data from audit database. What will you do?
What do you mean by deferred update in sybase?
What is replication in sybase?
How do the blocker processes exist internally in sybase?
How to connect sybase database from python?
How to take backup in sybase database in sap?
Compare join and subquery in performance?
What is coalesce in sybase?
Explain intimate shared memory(ism)
What command helps you to know the process running on this port, but only su can run this command?
How to divide by zero and nulls in sybase?
Explain timestemp datatype in sybase.
How to view the log files in sybase?
How can I improve throughput in sybase?