Trace Flag 610 – When should you use it?

Posted by simonsabin on SQL Blogcasts See other posts from SQL Blogcasts or by simonsabin
Published on Wed, 17 Nov 2010 00:16:16 GMT Indexed on 2010/12/06 16:58 UTC
Read the original article Hit count: 692

Thanks to Marcel van der Holst for providing this great information on the use of Trace Flag 610. This trace flag can be used to have minimal logging into a b tree (i.e. clustered table or an index on a heap) that already has data. It is a trace flag because in testing they found some scenarios where it didn’t perform as well. Marcel explains why below. “ TF610 can be used to get minimal logging in a non-empty B-Tree. The idea is that when you insert a large amount of data, you don't want to...(read more)

© SQL Blogcasts or respective owner

Related posts about Performance

Related posts about SQL Server 2008