I am currently working on an application to easily restore a bacpac file. Unfortunately i have the following issue: Sqlpackage throws a error that it cannot import a database because it contains one or more user objects, but when i restore the bacpac using SSMS, then it gives me the detailed error message: Invalid column IncSetCost.
Is it possible that sqlpackage can give me the same error message (example: using a extra command/switch) without using SSMS for detailed error message or is there a orther utility that can restore a bacpac with more detailed error message.
Error message sqlpackage:
Error message SSMS (import data-tier)
Greetings, Stefan