Database schema compare options in Visual Studio 2013 - where to set global options?

前端 未结 6 1391
一向
一向 2021-02-19 19:36

I\'m just in the middle of migrating my solutions from Visual Studio 2010 to Visual Studio 2013.

I have this (maybe) silly problem with database comparisons options. I w

6条回答
  •  再見小時候
    2021-02-19 20:05

    There isn't a corresponding option with the SSDT framework (what replaced DB Projects). The best you can do is save your schema compare, then include it in the project. (It doesn't get included by default, even though the file itself is saved.) That will save your options so you can easily get them back. Not as convenient in some ways, but it does work. I miss being able to set the defaults as well.

提交回复
热议问题