How do you troubleshoot if your tempdb gets filled
Answers were Sorted based on User's Feedback
Answer / aditya
If the transaction log of tempdb is full then you call
login through sa and type following command.
> dump tran tempdb with trancate_only
> go
If the database is full then you can increase the size of
the database on a free device.
> alter database tempdb on device_name = size
> go
Is This Answer Correct ? | 2 Yes | 8 No |
Answer / prabhu
Do any of the following
1. restart the sybase database server
2. alter the size of the tempdb
Is This Answer Correct ? | 13 Yes | 24 No |
What will happen if we create more indexes on a sysbase iq table?
What is coalesce in sybase?
Who owns sybase?
What is raid and sybase?
what is directio?
How do I turn off marked suspect on my database in sybase?
what is the difference between an ltm and a repagent in sybase?
How to check sybase database status in linux?
What is cis and how can I use it?
Explain procedure cache?
List different types of locks in sybase?
Explain relationship between jdbc and sybase.