Skip to content

Install-DacPackage error "Unable to determine the existence of database" #53

@gfody

Description

@gfody
  Install-Module PsDac -AllowClobber
  Import-Module PsDac -Prefix Dac
  Connect-DacService 'server=(local);trusted_connection=true'
  $dacpac = Import-DacPackage test.dacpac
  Install-DacPackage $dacpac -DatabaseName Test
- Install-DacPackage: Unable to determine the existence of database 'Test'. You must have a user with the same password in master or database 'Test'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions