SQL Server Management Studio Logins Dialog missing

两盒软妹~` 提交于 2019-11-28 09:24:03

问题


I am running SQL Server Management Studio v17.6.

The online tutorials for creating a new Login show a dialog that comes up when your right-click on Logins and select New Login.

I don't see this dialog; instead I get a script to CREATE LOGIN which is OK but I would prefer the dialog.

I don't see an option to switch from getting a script to getting the dialog. I don't know if this version does not have the dialog or if I am just not finding the option.


回答1:


Currently this is an Azure SQL limitation.

More information can be found here on azure.microsoft.com or here on Microsoft docs.

When creating a new login with the following SSMS menu item:

this is what appears with an Azure SQL database:

instead a dialog window appears when using a local database:



来源:https://stackoverflow.com/questions/52083296/sql-server-management-studio-logins-dialog-missing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!