I am using Visual Studio 2013 with SQL Data Tools (SSDT) โโwith an SQL project.
When I open a project, every time it checks some background models and displays the following message: โYour model check is synchronized with your source files. Your database projects will be ready after 1106 operations competeโ
As far as I can tell, I am not doing anything to explicitly cancel this check, so I assume that it is doing some kind of compilation / background processing / independently.
If there is a large database, it will take too much time, and I need to wait for the completion of this.
Is there any way to disable this?
source share