I am using Visual studio 2013 with the SQL data tools (SSDT) with SQL project.
When I open the project then every time it will checking some background models and showing the message like this "Verifying your model is synchronized with your source files. Your database projects will be ready after 1106 operations are competed"
As far as I can tell I'm not doing anything to explicitly kicking off this verification so I assume that is doing some sort of background compilation/processing/whatever.
If there is a big database then it will taking too much time and I need to wait for complete this.
Is there any way to turn this off?