How do you troubleshoot if your tempdb gets filled

Answers were Sorted based on User's Feedback



How do you troubleshoot if your tempdb gets filled..

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

How do you troubleshoot if your tempdb gets filled..

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 you troubleshoot if your tempdb gets filled..

Answer / sri

use tempdb
go
sp_helpsegment "default"
go

Is This Answer Correct ?    11 Yes 25 No

Post New Answer

More Sybase Interview Questions

What will happen if we create more indexes on a sysbase iq table?

1 Answers  


What is coalesce in sybase?

0 Answers  


Who owns sybase?

0 Answers  


What is raid and sybase?

0 Answers  


what is directio?

2 Answers  






How do I turn off marked suspect on my database in sybase?

0 Answers  


what is the difference between an ltm and a repagent in sybase?

0 Answers  


How to check sybase database status in linux?

0 Answers  


What is cis and how can I use it?

0 Answers  


Explain procedure cache?

0 Answers  


List different types of locks in sybase?

0 Answers  


Explain relationship between jdbc and sybase.

0 Answers  


Categories