How to add new schema in a dacpac

  • I have a dacpac project with different schema. How to include new schema in the dacpac project.

  • binutb (11/23/2016)


    I have a dacpac project with different schema. How to include new schema in the dacpac project.

    A DACPAC is not something which can be edited directly, AFAIK.

    Instead, you need to import it into a VS database project, make the changes there, and then you'll be able to recreate the DACPAC.


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply