Answer Posted / dilip voora
isql utility helps us in getting connected to SYBASE dataserver and the command is given below
isql -U sa -S <servername> -w 3000 -P -X <your password>
NOTE: sa is default login
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Does sybase support row level locking?
How do check the current running processes?
How to divide by zero and nulls in sybase?
How do I run multiple versions of sybase on the same server?
Is there any advantage of last_name varchar(50) over this last_name varchar(255)?
What is an advantage to using a stored procedure as opposed to passing an sql query from an application ?
What is server replication?
What is ceiling()?
How to start sybase database in windows?
Differentiate between replication server and sql remote?
What measures are there to increase the db space?
How to swap a db device with another?
Explain tds (tabular data streams).
How to fix a munged log in sybase?
Are you doing the updates from within a cursor?