How do you troubleshoot if your tempdb gets filled
Answer Posted / sri
use tempdb
go
sp_helpsegment "default"
go
| Is This Answer Correct ? | 11 Yes | 25 No |
Post New Answer View All Answers
How to start and stop sybase database in linux sap?
How do I start sybase control center in windows?
How would you configure burn factor in sybase?
What is cmaxpktsz good for in sybase?
How to restore sybase database in sap?
Is sybase relational database?
How to fix a munged log in sybase?
How do you view log files in sybase?
How do I move tempdb off of the master device?
Is sybase free?
How would you lock a table in sybase?
How to divide by zero and nulls in sybase?
How do I choose which tables to partition in sybase?
How can set the multipal database ?
You need to add a notnull column in a table by using alter command (without using default command). How would you do that?