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 I make isql secure in sybase?
How do you troubleshoot if your tempdb gets filled
Explain asa, asa ultralite.
How to restore sybase database in sap?
Is sybase a database? Explain.
How do I create a partitioned table that spans multiple devices in sybase?
How to take backup in sybase database in sap?
How do you check database space?
How to remove row affected and dashes?
What do you mean by deferred update in sybase?
What is sybase infomaker?
Can you create your own sps for system wise?
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)