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
How to check sybase database status in linux?
Explain the difference between numeric and decimal data types in sybase.
Explain about the sybase group?
Is there a difference in storage type of numeric and decimal data types in sybase? If yes, what?
What is the default table size in sybase?
Tempdb is full. How would you clear it?
What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
Explain tds (tabular data streams).
State some of the products of sybase?
What are the catches?
What are the main differences between 11.x and 12.x versions of sybase?
Explain defncopy and it's usage?
Why do my page locks not get escalated to a table lock after 200 locks?
What data types does sybase support?
How to delete unix files which are more than 3 days old?