![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In SQL Server and Sybase how exactly Server login, Database login work? what is the different? |
#3
| |||
| |||
|
|
In SQL Server and Sybase how exactly Server login, Database login work? what is the different? |
#4
| |||
| |||
|
|
farzan_toronto101 (AT) yahoo (DOT) com (Shawn) wrote in message news:<ab561c63.0408172056.4cca7812 (AT) posting (DOT) google.com>... In SQL Server and Sybase how exactly Server login, Database login work? what is the different? When a new login is added to ASE it will add an entry in a system table with the login name and userid. This is the login name is the server login. It is used for authentication at the server. If you are a valide user to ASE it doesn't mean that you are a valide user to access all the Databases in the server. If you want to access a DB then you should have the access to the DB. This DB authentication is done using the DBlogin. By default the server login and DBlogin are same. i.e. If the DB owner allows you to access the Database. Your server login name will be added as the valide user for the DB. You can change the default option. i.e you can have server login name as "xyz" and dblogin as "abc". This mapping is taken care by ASE itself. Hope it is clear to you... -amarnadh |
![]() |
| Thread Tools | |
| Display Modes | |
| |