How do you troubleshoot if your tempdb gets filled
Answer Posted / karthik
tempdb space issues
===================
we will try to clear the tran log by using no_log(or)trunket_only(or)normal backup
>dump tran <databasename> to "/path/<file.txt>"
>go
ofter using this command try to exe some sql quray
if it is not working
>dump tran <databasename> with trunket_only
>go
or
>dump tran <databasename> with no_log
>go
the difference between trunket_only and no_log is check point
trunket_only will wait for checkpoing and no_log is execute with out check point
even tho quary is not executed
>select lct_admin(abort,0,2)
>go
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which version of open client works with which ase in sybase?
What is the use of 'with check' option in views?
How do I configure identities in sybase?
Explain 'forcing an index' concept.
How do I make isql secure in sybase?
Explain mirroring?
Why am I running out of locks on the replicate side in sybase ?
What is replication server? What is its role in sybase?
Is there any advantage of last_name varchar(50) over this last_name varchar(255)?
Differentiate between db-lib and ct-lib?
Explain the advantages of sybase iq.
What do you mean by asa in sybase?
Is sybase a database? Explain.
What is raid and sybase?
What is server replication?