What is the difference between login and a user?
Answer Posted / 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 |
Post New Answer View All Answers
What is a collation?
What are the recovery models in sql server 2000?
what are the disadvantages of cursors? : Sql server database administration
How to use transact-sql statements to access the database engine?
What are the different types of triggers in SQL SERVER?
What is table join?
What is server-level principal?
What are the diifferences between the ms sql server vs mysql?
What is 2nf normalization form?
What are the properties of the transaction?
What is the difference between mysql and sql server?
How to scale out a federation by Sql statement?
What is enhanced database mirroring in sql server 2008?
Do you know what is sql injection?
Why the trigger fires multiple times in single login?