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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -