I would like to script the changes produced by a schema compare between two SSDT projects, but the "generate scripts" button is grayed out / disabled when the source and target are both SSDT projects.
The "update" button is not grayed. If I want to directly update, I can. But I need the scripts because I'm using this two manage two database environments that are not on the same network (but need to be kept in sync with db schema and code promotions).
Also, just to verify and reinforce, if my target is a real database and not a project, I can generate scripts. Its only when the target is a project that I cannot generate scripts. Unfortunately I cannot directly connect to the target DB.
I would really like to avoid having a database copy of each of my clients DB environments locally just for the sake of generating scripts (I already have SSDT projects for each).
Is this an intentional limitation? Seems odd. I can't be the first guy that has to manage a clients schema that I can't directly connect to from my dev machine.