Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DAC support (-A) for go-sqlcmd #200

Closed
stuartpa opened this issue Jan 24, 2023 · 2 comments · Fixed by #361
Closed

Add DAC support (-A) for go-sqlcmd #200

stuartpa opened this issue Jan 24, 2023 · 2 comments · Fixed by #361
Assignees

Comments

@stuartpa
Copy link
Collaborator

No description provided.

@grrlgeek grrlgeek added this to the Backlog milestone May 3, 2023
@diego-deriv
Copy link

Hi this was supported by the mssql-tools/bin/sqlcmd, it will be really helpful to have this feature also for go-sqlcmd

@shueybubbles
Copy link
Collaborator

shueybubbles commented May 18, 2023

@diego-deriv if you are using the standard DAC port on SQL server I think you can just use localhost,1434 as the server name.
To support non-default ports/instance names, we'll need to augment the go-mssqldb driver to support the admin protocol.
I opened microsoft/go-mssqldb#108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants