Creating new user/login in sql azure

后端 未结 5 2246
逝去的感伤
逝去的感伤 2020-12-09 15:30

Create a new user/login in sql azure with access to read/insert/update on the database items like tables sp,view etc.

This user will not have the permission to drop

5条回答
  •  醉酒成梦
    2020-12-09 16:11

    You can also user the Azure User Management console - AUMC to manage the Logins and Users.

    It's a open source project available on codeplex AUMC.codeplex.com

    Project Description

    Azure User Management Console - AUMC is a User Graphic Interface (GUI) that manages the users and logins of an Azure SQL database. The tool is simply converting your action into T-SQL commands and execute them on the Azure SQL Database.

    A quick simple tool with a user interface!

    Enjoy!

提交回复
热议问题