Viewing 10 posts - 31 through 40 (of 40 total)
GSquared, so in your understanding specifying transaction isolation level of Serializable when the database is Read Committed Snapshot and the application is expecting Read Committed Snapshot would almost certainly lead...
February 17, 2012 at 1:37 pm
Btw, might I say an excellent presentation of the issue and what you've tried? 🙂
And thanks!:-D
December 29, 2011 at 1:40 pm
Now, for an immediate workaround, build yourself a non-clustered index containing just the VARCHAR(20) lookup and include the ID that you're trying to return. Even if it copies the leading...
December 29, 2011 at 1:31 pm
p.s. Could you please edit your earlier posts and take out the massive lines of -------- which are causing the scrolling?
Strange, it's not scrolling on my Chrome browser. But...
December 29, 2011 at 11:59 am
GilaMonster (12/29/2011)
December 29, 2011 at 11:50 am
GilaMonster (12/29/2011)
p.s. Singleton lookups are the one thing that won't be affected by fragmentation at all.
Appreciate that tip. You know how it goes though, you're investigating a problem and you...
December 29, 2011 at 11:43 am
GSquared (12/29/2011)
patrickmcginnis59 (12/29/2011)
Brian.cs (12/29/2011)
RCSI really puts SQL Server running in a similar mode to what Oracle does by default, which is really what all robust modern RDBMS platforms should support....
December 29, 2011 at 11:38 am
No, I'm not trying to get to 0% as that's typically not attainable.
[font="Courier New"]Table: 'CONSUMERS' (645577338); index ID: 1, database ID: 5
TABLE level scan performed.
- Extent Scan Fragmentation ...................: 23.76%
TableName...
December 29, 2011 at 11:11 am
Do you have a test system where you can try out RCSI?
I have past experience with legacy DWH where reports would write to persistant tables before pulling those results out...
December 29, 2011 at 10:38 am
I was running into the same issue, yet the issue only manifested when multiple rows were updated. All of the updated rows had a column that was being manipulated all...
October 31, 2008 at 7:27 am
Viewing 10 posts - 31 through 40 (of 40 total)