Which component(s) does this affect?
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
Which component(s) does this affect?
Problem Statement
Hi @erikdarlingdata.
The
Connect to Serverdialog only allows me to enter the server name. After pressing theTest Connectionbutton, the allowed databases will be shown in theDatabaselookup.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 Serverdialog so that the full instance name, including the database name, can be entered all at once in theServer nametext box. This will also (pre-)select the correct database instead of the "master" DB in theDatabaselookup.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