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

How do I open a sybase database?

0 Answers  


What is replication in sybase?

0 Answers  


How would you configure identities in sybase?

0 Answers  


Explain 'forcing an index' concept.

0 Answers  


Explain intimate shared memory(ism)

0 Answers  






What is my identity burn factor vulnerability right now in sybase?

0 Answers  


How to manually drop a table in sybase?

0 Answers  


How do I make isql secure in sybase?

0 Answers  


What do you mean by deferred update in sybase?

0 Answers  


explain engines?

0 Answers  


How to pad with leading zeros an int or smallint in sybase?

0 Answers  


How would you configure burn factor in sybase?

0 Answers  


Categories