Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Professional Azure SQL Database Administration [Instructor Edition]
  • Table Of Contents Toc
Professional Azure SQL Database Administration [Instructor Edition]

Professional Azure SQL Database Administration [Instructor Edition]

By : Ahmad Osama
4.1 (532)
close
close
Professional Azure SQL Database Administration [Instructor Edition]

Professional Azure SQL Database Administration [Instructor Edition]

4.1 (532)
By: Ahmad Osama

Overview of this book

Azure SQL Database is a highly scalable, high performing SQL Server based Managed Cloud Database Service offering from Microsoft. Though Azure SQL Database or SQL Database is the cloud version of SQL Server, however, it differs in management, maintenance and administration. It’s important to know how to administer SQL Database so as to get most out of features that it provides. The course addresses different management aspects of SQL Database such as Migration, Backup and Restore, Pricing, Security, Scalability, Monitoring and Performance Optimization, High Availability and Disaster Recovery.
Table of Contents (11 chapters)
close
close

Creating Contained Database Users for Azure AD Authentication

In this section, you will learn how to create contained database users for Azure AD authentication for firms such as ToyStore Ltd., where there are many roles that require access to the database:

  1. Open SSMS. From the top menu, select File, select New, and then select Database Engine Query to open a new query window:
    Figure 5.29: SSMS
  2. Connect to the Azure SQL Server with Active Directory – Password authentication.
  3. Execute the following query to create a contained database user (SQL authentication) and add it to the db_owner role:

    --Create a contained database user (SQL Authentication) CREATE USER Mike WITH PASSWORD='John@pwd'

    GO

    -- Make Mike toystore database owner ALTER ROLE db_owner ADD MEMBER Mike

  4. Execute the following query to create a contained database user (Azure AD authentication) and add it to the db_datareader role:

    --Create a contained database user (Azure AD Authentication)

    CREATE USER [John...

Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Professional Azure SQL Database Administration [Instructor Edition]
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon