What is the difference between login and a user?
Answers were Sorted based on User's Feedback
Answer / prasad
Login is for Entire SQL server Instance,
User is for particular database.
1 login=many users.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / infodba
Login is a server principle and User is a database principle
Each server principle can be a guest user as a public role for each database can view any database.
But a contained user of a database cannot access other databases and cannot be a guest login for the server.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / revathi
used for protection login
user is a customer.just view cannot alter
Is This Answer Correct ? | 4 Yes | 9 No |
Why should you use or avoid select * statements?
What is the advantage of sql server?
What happens if null values are involved in comparison operations?
How to delete an existing database user?
Explain Trigger with an example?
How do I list the available tables in a database I'm querying?
How we can compare two database data?
What are the steps you will take, if you are tasked with securing an SQL Server?
What are the advantages of using views. Why do we need views when we have SPs?
What is sql or structured query language?
what purpose does the model database serve? : Sql server database administration
Can you explain different types of locks in sql server?