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.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

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

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