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 you check database space?

0 Answers  


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

0 Answers  


What is the use 'return' keyword in Stored Procedure?

2 Answers  


How to swap a db device with another?

0 Answers  


What is coalesce in sybase?

0 Answers  






Explain intimate shared memory(ism)

0 Answers  


How to restore sybase database in sap?

0 Answers  


Why place tempdb and log on low numbered devices?

0 Answers  


What are Magic Tables?

4 Answers   TCS,


How to connect sybase server with unix.

3 Answers   HCL,


What is a natural key in sybase?

0 Answers  


Can I use a named pipe to bcp/dump data out or in in sybase?

0 Answers  


Categories