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 configure sybase odbc connection?
Differentiate between clustered and non-clustered index.
What is this tds protocol in sybase?
How to pad with leading zeros an int or smallint in sybase?
How to implement if-then-else in a select clause in sybase?
What command helps you to know the process running on this port, but only su can run this command?
What is difference between sybase and oracle?
State some of the products of sybase?
How do I force an index to be used in sybase?
Does table partitioning require user-defined segments in sybase?
What will you do if a replication thread goes down?
How would you configure burn factor in sybase?
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)