Tuning SQL Server 2008 for web applications
Posted
by Kibbee
on Stack Overflow
See other posts from Stack Overflow
or by Kibbee
Published on 2009-01-07T20:09:21Z
Indexed on
2010/05/06
20:28 UTC
Read the original article
Hit count: 307
In one of the Stackoverflow podcasts, I remember Jeff Atwood saying that there was a configuration option in SQL Server 2008 which cuts down on locking, and was kind of an alternative to using "with (nolock)" in all your queries. Does anybody know how to enable the feature he was talking about, possibly even Jeff himself. I'm looking at deploying SQL Server 2008, and want to see if using a feature like this would help out my web application.
© Stack Overflow or respective owner