How to disable background processing using SQL Server data tools in VS2013

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?

+5
source share

All Articles