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
Why am I running out of locks on the replicate side in sybase ?
Is there a difference in storage type of numeric and decimal data types in sybase? If yes, what?
List similarities and differences between oracle & sybase.
Which version of open client works with which ase in sybase?
What are the catches?
How to remove row affected and dashes?
Explain defncopy and it's usage?
Can I use a named pipe to bcp/dump data out or in in sybase?
What command helps you to know the process running on this port, but only su can run this command?
What are the important features of sybase?
How to connect sybase database from python?
How can I improve throughput in sybase?
Explain the advantages of data integration suite in sybase.
What is the command for quitting from sybase?
You need to add a notnull column in a table by using alter command (without using default command). How would you do that?