How to connect sybase server with unix.

Answers were Sorted based on User's Feedback



How to connect sybase server with unix...

Answer / abc

isql is a utility that is being provided by Sybase to
connect to the Sybase server

Is This Answer Correct ?    14 Yes 0 No

How to connect sybase server with unix...

Answer / vijay

start_server -f run_<serverfile>

Is This Answer Correct ?    4 Yes 3 No

How to connect sybase server with unix...

Answer / 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

More Sybase Interview Questions

How does partition assignment relate to transactions in sybase?

0 Answers  


What is the maximum nesting level of Stored Procedure and Triggers in Sybase?

2 Answers   L&T,


What is ceiling()?

0 Answers  


How to save space when inserting rows monotonically?

0 Answers  


What is the use of sp_helprotect in sybase?

0 Answers  






Can you create your own sps for system wise?

0 Answers  


You need to manipulate varbinary columns in sybase. How would you do that?

0 Answers  


What do you mean by mainframe connect tool in sybase?

0 Answers  


what is the difference between dbcc checkstorage and other dbcc commands

2 Answers  


Is there any advantage of last_name varchar(50) over this last_name varchar(255)?

0 Answers  


You need to purge data from audit database. What will you do?

0 Answers  


what is directio?

2 Answers  


Categories