How do you troubleshoot if your tempdb gets filled

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is trace flags — 5101 and 5102 in sybase?

464


You need to purge data from audit database. What will you do?

495


What are the main differences between 11.x and 12.x versions of sybase?

466


How to save space when inserting rows monotonically?

456


Explain coalesce. What is the equivalent of oracle/db2 coalesce function in sybase?

457






Explain procedure cache and data cache in sybase.

473


How do I tell which tables have identities in sybase?

478


Why not max out all my columns sybase?

455


What measures are there to increase the db space?

485


What is server replication?

492


Explain about the features of sybase iq?

437


How do I open sybase control center?

501


How would you replicate col = col + 1 in sybase?

549


You need to remove duplicate rows from a sybase table. How would you do that?

540


Explain about the sybase group?

544