Login :
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