In sybase, we can have multiple users associated to same
login ,each corresponds to different databases, right? how
can we login to one database with corresponding user id?
Answer Posted / rashmita
Yes, it’s possible that we can login to one database with
corresponding user id. Because we can have multiple users
associated to same login, each corresponds to different
database, so
We can login to one database with corresponding user id by
issuing command from command prompt
is : isql –U_user id –P_password –D database_name
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How configure sybase odbc connection?
How do I choose which tables to partition in sybase?
What do you mean by asa in sybase?
What is the stored procedure to view current lock and processes respectively?
Does sybase support row level locking?
What measures are there to increase the db space?
What is difference between sybase and oracle?
Can I run any transact-sql command on a partitioned table in sybase?
What is procedure cache and data cache in sybase?
How to divide by zero and nulls in sybase?
How would you list objects in sybase?
How to pad with leading zeros an int or smallint in sybase?
How can I tell the datetime my server started?
Explain coalesce. What is the equivalent of oracle/db2 coalesce function in sybase?
List different types of locks in sybase?