How do you troubleshoot if your tempdb gets filled
Answer Posted / 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 |
Post New Answer View All Answers
Explain data cache?
Using large raw partitions with replication server on unix in sybase?
How to clear tempdb when the tempdb gets filled in sybase?
What are the catches?
Explain procedure cache?
State some of the criticism about sybase iq?
Explain open server?
What is the difference between replication server and sql remote in sybase?
How do I open a sybase database?
Is sybase a database? Explain.
What is replication server in sybase?
What is trace flags — 5101 and 5102 in sybase?
How to connect to sybase database from linux?
How to check database size in sybase iq?
What is trace flag definitions in sybase?