How do you troubleshoot if your tempdb gets filled

Answer Posted / kk07

If your tempdb gets full you can do one of following:
you can expand your tempdb or you can use

select lct_admin(0,2)
go
It will abort all open transactions.But be sure the task by
confirming with the concern users.
Restarting the server is not recommanded.

Is This Answer Correct ?    16 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to compute database fragmentation in sybase?

481


Why not max out all my columns sybase?

450


How do I take advantage of table partitioning with bcp in sybase?

457


How can set the multipal database ?

2454


Is sybase free?

462






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

442


Explain the difference between numeric and decimal data types in sybase.

475


What are the catches?

501


What do you mean by asa in sybase?

515


How do I choose which tables to partition in sybase?

445


What is asa in sybase?

490


How do I start sybase control center in windows?

379


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

473


Differences between clustered and non-clustered in sybase?

413


How to implement if-then-else in a select clause in sybase?

430