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.

    The absence of evidence is not evidence of absence.
    Martin Rees

    You can lead a horse to water, but a pencil must be lead.
    Stan Laurel

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

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