How to create login in sybase

Login :  A login is required for access to the sybase server.

 The process of verifying that a particular login is valid is called "authentication"

logins will be stored syslogins table in master database.

We can create login by using the below commands

Method 1:

1.login with isql

2.using stored procedure sp_addlogin we can create login

3.verify login


Method 2:

1.Login with isql

2.using create login command we can create login

3.verify login


Sybase history

Sybase  is a computer software company that develops and sells database management system (DBMS) and middleware products. The company was fo...