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 |
Differentiate between ltm and repagent?
How do I correct time slice -201?
What are table partitions? How is it different with ase 15.0 version?
How can you change to get the decimal separator as comma instead of the decimal point (.)?
What is the difference between replication server and sql remote in sybase?
What is the difference between natural join and equi join?
How do I configure identities in sybase?
List different types of locks in sybase?
Explain tds (tabular data streams).
How does sybase replication work?
How to find the time taken for rollback of the processed?
Explain the role of replication server 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)