Skip to content

[FEATURE] JIT access to Azure SQL DB needs database name to test the connection #358

@benjamin-szczur

Description

@benjamin-szczur

Which component(s) does this affect?

  • Desktop App
  • CLI Tool
  • SSMS Extension
  • Plan Analysis Rules
  • Documentation

Problem Statement

Hi @erikdarlingdata.

The Connect to Server dialog only allows me to enter the server name. After pressing the Test Connection button, the allowed databases will be shown in the Database lookup.

However, I work as a technical consultant, and for database analysis, we must request JIT access to the Azure SQL DB that our customers use. The aforementioned dialog fails in my business case when I enter either the server name or the complete instance name (server name\database name).

I have therefore cloned your repository and modified this dialog to allow entering the complete instance name, including the database, after which the connection is valid.

If you are interested in this change, I can provide it to you.
Feel free to respond to this issue.

Thank you very much for providing this great tool, and have a nice weekend!

BR Benjamin

Proposed Solution

Modify the Connect to Server dialog so that the full instance name, including the database name, can be entered all at once in the Server name text box. This will also (pre-)select the correct database instead of the "master" DB in the Database lookup.

Use Case

Instead of using SSMS or the stored procedures provided by Eric, such as the sp_QuickieStore, access the Query Store via Performance Studio.

Alternatives Considered

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions