Overview

Azure SQL Database is a managed cloud database service that allows you to build secure, scalable applications on a fully managed SQL database.

Often, database administrators need to view and manage user roles and permissions. For this, you might have used SSMS which shows in the UI itself for SQL Server. Unfortunately, SSMS doesn’t show the same for Azure SQL Database.

In this article, we are going to learn how to view the list of roles assigned to Users and Groups using Azure Data Studio.

Azure Data Studio, a free and cross-platform database tool from Microsoft, offers capabilities for database management, with preview features enabling additional functionalities.

In this article, we’ll explore how to view roles and users in an Azure SQL Database using Azure Data Studio and how to enable the necessary preview features.

Steps

1. Install and Open Azure Data Studio

2. Enable Preview Features

3. View Roles and Users

Summary

Azure Data Studio, with its preview features, makes it easier for database administrators to view & Update roles of users in Azure SQL Database, streamlining the management of permissions and security settings.