Removed extract description of data#9592
Conversation
extract creates a dacpac with schema. No user data is included. Export gets data into a bacpac file with schema.
|
@way0utwest : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 72f924f: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
|
Hiya! Alternatively, you could add properties for /p:TableData=SalesLT.Customer and /p:TableData=SalesLT.Address, which would cause your dacpac to only contain the data for those 2 tables. |
|
That's interesting, I found other places where it says dacpac is only data. This only mentions schema for dacpac (https://learn.microsoft.com/en-us/sql/relational-databases/data-tier-applications/data-tier-applications?view=sql-server-ver16) and this says only objects (https://learn.microsoft.com/en-us/sql/relational-databases/data-tier-applications/extract-a-dac-from-a-database?view=sql-server-ver16) I think this is cool, and I learned something. I suspect other files need to be updated to note data, and this likely needs a little guidance. Feel free to reject this and I'll try to come up with something better that explains this. |
|
If the changes are ready for publication, add a If this PR should be closed instead, enter a #label:"aq-pr-triaged" |
|
I'm going to close this one, Steve, based on Drew's feedback. Thanks for the contribution. |
|
@way0utwest - I've noted the issues with the pages you linked that incorrectly describe the limitations on dacpacs/extract. Will message you via other channels to validate if I'm sufficiently clearing it up. :) |
extract creates a dacpac with schema. No user data is included. Export gets data into a bacpac file with schema.