Compare-DbaDbSchema
the dbatools team + Claude
Compare-DbaDbSchema View Source the dbatools team + Claude Windows, Linux, macOS On this page: Synopsis · Description · Syntax · Examples · Parameters · Outputs Synopsis Compares the schema of a DACPAC file against a target database or DACPAC file using sqlpackage. Description Uses sqlpackage’s DeployReport action to compare a source DACPAC against a target (live database or DACPAC file) and returns a structured list of schema differences. The source must be a DACPAC file.
Read more
dbatools