T-SQL 101: 7 How are users different to logins in SQL Server?
One concept that often confuses newcomers to SQL Server is the difference between a login and a user.
In an earlier post, I mentioned that being authenticated to a server is what’s called a login. In this example shown, I have a log in here called Malathi. But as I said, this means nothing about what databases Malathi then has access to.

The connection between a login and a database is what the concept of a user is about.
2019-03-04


