Comments
4 comments
-
SQL Source Control uses SQL Server's default trace to understand which objects have been modified, which is how it knows where to place the blue indicators.
-
Is there a way to turn this off temporarily ?
I'd like to just check for changes twice a week without impacting the server all the time. -
You should be able to uncheck this in the Setup tab (in Global Options). The option is called Indicate changed objects in the Object Explorer.
-
After 60 seconds it stopped accessing the trace files.
With a default refresh rate or 25 seconds, no wonder it never was able to stop reading.
With nearly 3000 stored procedures, it is no surprise that it takes so long
Thank you for your help
Add comment
Please sign in to leave a comment.
As soon as that happens, my SQL server starts to do a lot of reads from the log_123.trc file.
When I disconnect from the database, the reads stop.
The reads are sometimes rise above 600kb/s.
I am wondering if this is normal and why it is needed.