-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Docs] Show how to extract an existing database #661
Conversation
I agree that this is at least related, but I was wondering if there's a doc on SqlPackage that we could point at for more details as well. We don't own that tool, so if things change we might not know about it ;) |
@jmezach I think this is quite relevant, I often bootstrap a legacy .sqlproj by importing an existing database schema, and we do not have a VS gesture for that. The docs from sqlpackage are quite poor in this area, the main docs are here: https://learn.microsoft.com/sql/tools/sqlpackage/sqlpackage-extract |
I agree that we should add this. Let's just add the link to the doc for those who want to dig deeper :). |
@jmezach Added a docs link |
@jeffrosenberg Updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update, LGTM!
No description provided.