Currently storing database of a large application with 2,000 stored procedures in Visual Studio Database Edition.
The problem I'm having is that when I try and edit a stored procedure, Visual Studio becomes unresponsive and it can take 30 seconds to type in a single keyword.
What I believe is that Visual Studio is attempting to auto recompile the project/solution. Does anyone know of a workaround, can this be switched off?
Has anyone experienced the same issue?