FIX: LE Threshold Config. Values Do Not Take Effect Immediately (167603)



The information in this article applies to:

  • Microsoft SQL Server 6.5

This article was previously published under Q167603
BUG #: 16085 (Windows NT: 6.5)

SYMPTOMS

The server configuration parameters LE threshold maximum, LE threshold minimum, and LE threshold percent do not take effect dynamically for tables that have already been accessed until SQL Server is restarted.

WORKAROUND

Restart SQL Server to ensure that any changes to the LE threshold configuration values take effect.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL Server 6.5.For more information, click the following article number to view the article in the Microsoft Knowledge Base:

197177 INF: How to Obtain SQL Server 6.5 Service Pack 5a

For more information, contact your primary support provider.

MORE INFORMATION

If you access a table (by means of a simple SQL statement such as UPDATE, SELECT, and so on) with a given set of LE threshold values and then you want to have changes to these values affect future locking for the accessed table, you must restart SQL Server.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbBug kbenv kbfix KB167603