You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2024. It is now read-only.
My problem is that the DacPac file is not created because the schema contains references to objects
(stored procedures) that are not contained in the database. Now its easy to work around this issue by
removing these invalid references but some live databases that came into this world without an
engineering process do contain such things :-( ...
So, I am wondering if it is possible to convert the error message into a warning and create the DacPac
file anyway? Maybe, there is a command line tool option or something else that gives me a chance to
extract the database into a DacPac file even if the database contains errors?
I have downloaded the project at www.github.com/Microsoft/DacExtensions and got it to compile and run since the documentation on the pre-requisites is quit good but I cannot find a sample that lets me connect to a database, download and analyze the schema (from a live database). What am I missing? Could you please refer me to a specific sample/option to get me on my way?