Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 would like to exclude certain object types from comparison globally so that I don't have to do this every time. In Visual Studio 2010 those options were available in Tools -> Options -> Database Tools -> Schema Compare.

I cannot find anything corresponding in Visual Studio 2013.

like image 581
Szymon Avatar asked Nov 03 '13 22:11

Szymon


1 Answers

Just to be clear (in case others are looking for it), the Schema Compare feature is now available for VS2013. Right-click your database project and choose "Schema Compare". Then, as Peter mentioned, you can save it and include it in your project. Not sure why it is not included by default.

like image 171
Josh M. Avatar answered Sep 20 '22 12:09

Josh M.