Skip to content

MSSql Driver doesn't allow "integrated security" #1576

@BruceCarson

Description

@BruceCarson

Our local SQLServer database requires us to use integrated security - this option isn't available when creating a connection. In fact, it requires username which is not allowed when using integrated security.

Ideal solution:
1: Disable username as a mandatory field
2: Add a checkbox that indicates Integrated Security should be used

Final connection string should be something like this:
Server=;Database=;Integrated Security=true;TrustServerCertificate=true;

There are currently no alternatives so sqltools is currently unusable by me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew issue opened using "Feature request" template

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions