How to login the SQL server authentication?

Brian Thomas 0 Reputation points
2025-01-17T18:34:44.3566667+00:00

I can only access my database via the SQL Database Query Editor via the "Microsoft Extra Authentication". I tried logging in using the "SQL server authentication" but that doesn't allow me to do so. Question: Where do I generate or obtain that login/password? Thanks.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,061 questions
SQL Server | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2025-01-17T21:06:12.8966667+00:00

    if your sqlserver uses Entra (azure ad) authentication, then the users are defined in Entra tenant the sqlserver is enrolled. only someone defined as sql admin can define users. typically you would use security group, but individual existing Entra accounts can be add to the sqlserver.

    when the database was configured an Entra user/group was defined as admin. then Entra groups should ave been dined and given roles in the database. you will need to contact the admin group to know what Entra groups your Entra account should be added to.

    0 comments No comments

  2. ZoeHui-MSFT 41,491 Reputation points
    2025-01-20T02:34:53.3333333+00:00

    Hi @Brian Thomas,

    You may need to use an account which has permission to change the server authentication mode.

    And then you may use SQL server authentication.

    Change server authentication mode

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.