FIX: SELECT INTO Locking Behavior (153441)
The information in this article applies to:
This article was previously published under Q153441
BUG #: 14818 (DCR, 6.50)
SUMMARY
In SQL Server 6.5, SELECT INTO wraps within a transaction. Tables created
by using SELECT INTO hold to the ACID (atomicity, consistency, isolation,
durability) transaction properties. This also means that system resources,
such as pages, extents, and locks, are held for the duration of the SELECT
INTO statement. With larger system objects, this leads to the condition
where many internal tasks can be blocked by other users performing SELECT
INTO statements. For example, on high-activity servers, many users running
the SQL Enterprise Manager tool to monitor system processes can block on
each other, which leads to a condition where the SEM application appears to
stop responding.
Modification Type: | Minor | Last Reviewed: | 3/16/2005 |
---|
Keywords: | kbfix kbnetwork KB153441 |
---|
|