Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between login and a user?

Answers were Sorted based on User's Feedback



What is the difference between login and a user?..

Answer / laxman

Login is to connect sql server & user is connect individual
db in server.
every db user will maped with login.

Is This Answer Correct ?    30 Yes 1 No

What is the difference between login and a user?..

Answer / visala

login is server level and user is database level.

Is This Answer Correct ?    25 Yes 1 No

What is the difference between login and a user?..

Answer / dharmendra k. dixit

Login is the way of authentication into MSSQLServer,
and Users are the members of that Authentication as per
their Access rights for a specific DataBase.

Is This Answer Correct ?    20 Yes 1 No

What is the difference between login and a user?..

Answer / peter jacob

A login defines access privillege to the SQL Server. A user
defines the accessible objects and rights the login has.

Is This Answer Correct ?    18 Yes 4 No

What is the difference between login and a user?..

Answer / sivakumar

Login is authentication into server level
And Users is authentication into object level.

Is This Answer Correct ?    14 Yes 2 No

What is the difference between login and a user?..

Answer / hameed

Login means authentication to server (access to MSSQLSERVER)
where as User means Login is authenticated with rights and
permissions to access the database objects (roles assigned
to Login)

Is This Answer Correct ?    5 Yes 0 No

What is the difference between login and a user?..

Answer / siva

login is server level and user is Object level.

Is This Answer Correct ?    6 Yes 4 No

What is the difference between login and a user?..

Answer / potula

login defines access privillege to sql server. A user
defines the accessible objects and rights the login has

Is This Answer Correct ?    4 Yes 2 No

What is the difference between login and a user?..

Answer / sky

A login without a DB User will not have access to the
database or will access to only databases that have built
in Guest users created (by default, guest users are present
in Master & MSDB DB). DB User without a SQL Server login is
not possible. Each DB User must be related to a SQL Login.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between login and a user?..

Answer / nidhi shah

A SQL Server login allows a user to connect to a server. A
login is the base concept.

Database user is associated with a login to allow specific
permissions on that database.



DB user without SQL Server login: not possible to create, a
Database User MUST be
related to a SQL Server login.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How do SQL server 2000 and XML linked?

2 Answers  


What are the differences between clustered and non-clustered index?

0 Answers  


What is normalization and what are the advantages of it?

0 Answers  


How to defragment table indexes?

0 Answers  


What is the Control Flow in SSIS

0 Answers   HCL,


Which tcl commands are available on the sql server?

0 Answers  


How to delete exactly duplicate records from a table?

0 Answers  


How do I create a partition table in sql server?

0 Answers  


What is database white box testing?

0 Answers  


In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

0 Answers  


Explain log shipping?

0 Answers  


How to delete existing rows in a table?

0 Answers  


Categories