T-SQL 101: 5 Logging on to SQL Server
Before, you can access anything on SQL Server, apart from knowing what to call the server, the server itself needs to know who you are. This process is called authentication.
In SQL Server, a login is person that the server has identified.
Now access to the server by a login doesn’t mean that you can access anything much on the server, it’s just the first step where you get the server to trust who you are.
2019-02-18
