SQL Trace File - high activity

When I expand a database in the SSMS tree, the for blue and green icon for Source Control spins.
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.
Tagged:

Best Answer

  • David AtkinsonDavid Atkinson Posts: 1,431 Rose Gold 2
    edited October 25, 2017 8:44PM Answer ✓
    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.
    David Atkinson
    Product Manager
    Redgate Software

Answers

  • 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.
    David Atkinson
    Product Manager
    Redgate Software
  • CoreyLapkaCoreyLapka Posts: 3 New member
    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.
  • CoreyLapkaCoreyLapka Posts: 3 New member
    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
Sign In or Register to comment.