I have a azure sql server with to databases, say database1 and database2 and a administrator login.
With the administrator login, access to both databases is allowed. I want to add a login which can only access database2.
I understand the difference between login and user. In my connection string to get access to the sql server, I can only set User and Password for the login, so I'm alway logged in with a Login, not by the defined user.
So I have to add a login which only allows access to database2. Management Studio does not allow to manage logins. How can I add permission to the database2 for a new login?