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 |
Why do my page locks not get escalated to a table lock after 200 locks?
What is this tds protocol in sybase?
How do I exclude a column in sybase?
how to do application monitoring through AutoSys?
What will happen if we create more indexes on a sysbase iq table?
What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
Differences between clustered and non-clustered in sybase?
What is the difference in storage type of numeric and decimal data types in sybase ?
Explain locking. List its types.
What is a good example of a transaction in sybase?
What is the default table size in sybase?
How to delete unix files which are more than 3 days old?
Oracle (3253)
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)