c# - partially deploy Dacpack -


i have dacpac file, generated db or db project. dacpac contains of course tables, stored procedures, views, etc.

i want create new db objects dacpac, not of them. have list of objects, tables in case.

i want know of ignore dacpac objects, or create dacpac sub-group of objects, or maybe extract corresponding sql script of target objects.

any advice on ? thanks

you use the

agilesqlclub sqlpackage deployment filter.

here related blog post:

https://the.agilesql.club/blogs/ed-elliott/howto-filter-dacpac-deployments


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -