When right clicking on "Security" folder in the Object Explorer in SSMS you have the option to select new login.
The result of clicking that option opens a query page instead of the new login UI window as shown below.
Any idea on how to get the new login / permission window to open in SSMS 18.2?
I also do not see the option to view server properties either when right clicking the database in the Object Explorer.
I am using the Azure SQL Server.
LOGIN
, you likely don't have permissions. Though Azure SQL Databases use contained databases, so likely what you should be creating is aUSER
in the database you need to grant someone access to; they do not require aLOGIN
.