High disk usage
Hi,
I am trialing SQL Connect at the moment on Windows 8 using Visual Studio 2012 and SQL Management studio 2012 with SQL Server 2012 installed locally.
When I use SQL Connect on my local database from within my solution in Visual Studio, it causes excessive disk usage 100% of the time. I am getting ~14Mb/s disk usage caused by SQL Server process when any solution is open with a SQL Connect project in there.
Hope this helps.
1 comment
-
philcart
commented
Hey Ryk, try running a profiler trace to see what SQL is doing, I'm guessing that SQL Connect suffers from the same problem that SQL Source Control has, continually pinging away on system tables to detect changes.
Cheers
Phil