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
Explain locking. List its types.
How do I set ts role in order to run certain dbccs?
Explain the difference between numeric and decimal data types in sybase.
When should I execute an sp_recompile in sybase?
How do you view log files in sybase?
What will you do if a replication thread goes down?
How would you lock a table in sybase?
What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
Can I run any transact-sql command on a partitioned table in sybase?
How to implement if-then-else in a select clause in sybase?
List the types of locking?
How do I create a database in sybase central?
Explain relationship between jdbc and sybase.
Explain tds (tabular data streams).
Differentiate between db-lib and ct-lib?