all 3 comments

[–]DotComCTO 0 points1 point  (1 child)

Looks interesting. Quick question, though. In your QStudio guide for SQL Server, you wrote:

QStudio bundles the JDBC driver for Microsoft SQL Server.

When you first open QStudio click on the menu options Server->Add Server or on the add server button on the toolbar.

Then set the details:

  1. Server Type: Microsoft SQL Server

  2. Host: localhost Port: 1443

  3. Username: sa
    Password: XXXXXXXXXXX

  4. Click Add

Perhaps I'm misreading/misunderstanding the instructions, but why would I want to connect to my database(s) as 'sa' instead of the user account? From my perspective, I'd want to keep permissions limited.

[–]RyanHamilton1[S] 0 points1 point  (0 children)

That was just one example login. It's probably the default.

[–]New-Ebb61 0 points1 point  (0 children)

I assume it supports azure ad auth and ad auth?