In SQL Azure how can I create a read only user

后端 未结 3 375
渐次进展
渐次进展 2020-12-23 10:12

I would like to create an SQL Azure user and grant her read-only access on a handful of DBs, what script can I use to achieve this?

3条回答
  •  长情又很酷
    2020-12-23 10:44

    OR... Use 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! Don

    Enjoy!

提交回复
热议问题