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 |
How do check the current running processes?
What data types does sybase support?
When are stored procedures compiled in sybase?
What is asa ultralite in sybase?
How do I set ts role in order to run certain dbccs?
Explain update statistics.
What you need to do is issue an ase kill command on the connection then un-suspend the db?
What will cause the size of a stored procedure to grow in sybase?
What is cis and how can I use it?
Explain open server?
How do I correct time slice -201?
How to connect sybase server with unix.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)